Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::timers::ThreadToEx Function
C++
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)

Created with a commercial version of 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!