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; }
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|