Searched refs:osl_createThread (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/vcl/source/app/ |
H A D | svmainhook.cxx | 87 oslThread hThreadID = osl_createThread(RunSVMain, &tcx); in ImplSVMainHook()
|
H A D | svmain.cxx | 638 … hThreadID = osl_createThread( MainWorkerFunction, new WorkerThreadData( pWorker, pThreadData ) ); in CreateMainLoopThread()
|
/aoo41x/main/sal/inc/osl/ |
H A D | thread.h | 75 oslThread SAL_CALL osl_createThread(oslWorkerFunction pWorker, void* pThreadData);
|
/aoo41x/main/vcl/source/helper/ |
H A D | threadex.cxx | 66 m_aThread = osl_createThread( call_worker, this ); in execute()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svpelement.cxx | 112 m_aThread = osl_createThread( SvpContainerThread, this ); in SvpElementContainer()
|
/aoo41x/main/vcl/unx/generic/printer/ |
H A D | cupsmgr.cxx | 327 oslThread aThread = osl_createThread( getPPDWorker, pAttribs ); in cupsGetPPD() 392 m_aDestThread = osl_createThread( run_dest_thread_stub, this ); in CUPSManager()
|
/aoo41x/main/desktop/source/offacc/ |
H A D | acceptor.cxx | 183 m_thread = osl_createThread(workerfunc, this); in initialize()
|
/aoo41x/main/sal/qa/helper/gcov/ |
H A D | deprecated.txt | 116 osl_createThread;
|
/aoo41x/main/sal/osl/w32/ |
H A D | thread.c | 115 oslThread SAL_CALL osl_createThread(oslWorkerFunction pWorker, in osl_createThread() function
|
/aoo41x/main/sal/util/ |
H A D | sal.map | 55 osl_createThread;
|
/aoo41x/main/sal/osl/os2/ |
H A D | thread.c | 202 oslThread SAL_CALL osl_createThread(oslWorkerFunction pWorker, in osl_createThread() function
|
/aoo41x/main/sal/osl/unx/ |
H A D | thread.c | 327 oslThread osl_createThread ( in osl_createThread() function
|
H A D | process.c | 912 hThread = osl_createThread(ChildStatusProc, &Data); in osl_psz_executeProcess()
|
/aoo41x/main/linguistic/source/ |
H A D | gciterator.cxx | 283 osl_createThread( workerfunc, this ); in GrammarCheckingIterator()
|
Completed in 63 milliseconds