Searched refs:WorkerThreadData (Results 1 – 1 of 1) sorted by relevance
589 struct WorkerThreadData struct593 WorkerThreadData( oslWorkerFunction pWorker_, void * pThreadData_ ) in WorkerThreadData() argument605 ((WorkerThreadData*)pArgs)->pWorker( ((WorkerThreadData*)pArgs)->pThreadData ); in _threadmain()606 delete (WorkerThreadData*)pArgs; in _threadmain()617 ((WorkerThreadData*)pArgs)->pWorker( ((WorkerThreadData*)pArgs)->pThreadData ); in MainWorkerFunction()618 delete (WorkerThreadData*)pArgs; in MainWorkerFunction()634 new WorkerThreadData( pWorker, pThreadData ), // arguments for worker function in CreateMainLoopThread()638 … hThreadID = osl_createThread( MainWorkerFunction, new WorkerThreadData( pWorker, pThreadData ) ); in CreateMainLoopThread()
Completed in 16 milliseconds