Sack Library Documentation
|
IMPORT_METHOD PTHREAD ThreadToSimpleEx(ThreadSimpleStartProc proc, POINTER param DBG_PASS);
Parameters |
Description |
ThreadSimpleStartProc proc |
starting routine for the thread |
user_data |
some value that can be stored in the number of bits that a pointer is. This is passed to the proc when the thread starts. |
Create a separate thread that starts in the routine specified. The PTRSZVAL value (something that might be a pointer), is passed in the PTHREAD structure. (See GetThreadParam)
See WakeableSleepEx.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|