 oslThreadHandle  osl_createThread (oslWorkerFunction pWorker, void* pThreadData)
 oslThreadHandle  osl_createThread (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. Once the OS-structures are initialized,the thread starts running.
 
this page has been generated automatically by doc++
(c)opyright by  Malte  Zöckler,  Roland Wunderling 
contact:  doc++@zib.de