 oslThreadHandle  osl_createSuspendedThread (oslWorkerFunction pWorker, void* pThreadData)
 oslThreadHandle  osl_createSuspendedThread (oslWorkerFunction pWorker, void* pThreadData) Create the thread, using the function-ptr pWorker as its main (worker) function
Create the thread, using the function-ptr pWorker as its main (worker) function. This functions receives in its void* parameter the value supplied by pThreadData. The thread will be created, but it won't start running. To wake-up the thread, use resume().
 
this page has been generated automatically by doc++
(c)opyright by  Malte  Zöckler,  Roland Wunderling 
contact:  doc++@zib.de