Sack Library Documentation
|
IMPORT_METHOD PTHREAD ThreadToEx(ThreadStartProc proc, PTRSZVAL param DBG_PASS); #define ThreadTo(proc,param) ThreadToEx( proc,param DBG_SRC ) #define ThreadToSimple(proc,param) ThreadToSimpleEx( proc,param DBG_SRC )
Parameters |
Description |
ThreadStartProc 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!
|