Home
last modified time | relevance | path

Searched refs:WorkerThreadData (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/vcl/source/app/
H A Dsvmain.cxx589 struct WorkerThreadData struct
593 WorkerThreadData( oslWorkerFunction pWorker_, void * pThreadData_ ) in WorkerThreadData() argument
605 ((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 8 milliseconds