In file No file:

oslThreadHandle osl_createSuspendedThread (oslWorkerFunction pWorker, void* pThreadData)

Create the thread, using the function-ptr pWorker as its main (worker) function

Documentation

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().
Returns:
0 if creation failed, otherwise a handle to the thread

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de