Searched refs:osl_createSuspendedThread (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sal/inc/osl/ |
H A D | thread.hxx | 73 m_hThread = osl_createSuspendedThread( threadFunc, (void*)this); in create() 85 m_hThread= osl_createSuspendedThread( threadFunc, in createSuspended()
|
H A D | thread.h | 84 oslThread SAL_CALL osl_createSuspendedThread(oslWorkerFunction pWorker, void* pThreadData);
|
/aoo41x/main/vos/source/ |
H A D | thread.cxx | 77 m_hThread = osl_createSuspendedThread( in create() 89 m_hThread= osl_createSuspendedThread(threadWorkerFunction_impl, (void*)this); in createSuspended()
|
/aoo41x/main/cppu/source/threadpool/ |
H A D | thread.cxx | 149 m_thread = osl_createSuspendedThread( cppu_requestThreadWorker, (void*)this); in create()
|
/aoo41x/main/sal/osl/w32/ |
H A D | thread.c | 124 oslThread SAL_CALL osl_createSuspendedThread(oslWorkerFunction pWorker, in osl_createSuspendedThread() function
|
/aoo41x/main/io/source/stm/ |
H A D | opump.cxx | 378 m_aThread = osl_createSuspendedThread((oslWorkerFunction)Pump::static_run,this); in start()
|
/aoo41x/main/sal/util/ |
H A D | sal.map | 54 osl_createSuspendedThread;
|
/aoo41x/main/sal/osl/os2/ |
H A D | thread.c | 211 oslThread SAL_CALL osl_createSuspendedThread(oslWorkerFunction pWorker, in osl_createSuspendedThread() function
|
/aoo41x/main/vcl/unx/generic/app/ |
H A D | sm.cxx | 756 ICEThread = osl_createSuspendedThread( ICEConnectionWorker, NULL ); in ICEWatchProc()
|
/aoo41x/main/sal/osl/unx/ |
H A D | thread.c | 340 oslThread osl_createSuspendedThread ( in osl_createSuspendedThread() function
|
/aoo41x/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 450 m_aThread = osl_createSuspendedThread( call_SelectionManager_run, this ); in initialize() 3425 m_aDragExecuteThread = osl_createSuspendedThread( call_SelectionManager_runDragExecute, this ); in startDrag()
|
Completed in 56 milliseconds