|
Sack Library Documentation
|
IMPORT_METHOD void UnmakeThread();
|
Parameters |
Description |
|
Param1 |
Description |
|
Param2 |
Description |
int main( void ) { PTHREAD myself = MakeThread(); // create threads, do stuff... UnmakeThread(); At this point the pointer in 'myself' is invalid, and should be cleared. myself = NULL; }
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.|
Copyright (c) 2000+. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|