Lines Matching refs:oslThread
67 HAB osl_getPMinternal_HAB(oslThread hThread) in osl_getPMinternal_HAB()
81 HMQ osl_getPMinternal_HMQ(oslThread hThread) in osl_getPMinternal_HMQ()
144 static oslThread oslCreateThread(oslWorkerFunction pWorker, in oslCreateThread()
202 oslThread SAL_CALL osl_createThread(oslWorkerFunction pWorker, in osl_createThread()
211 oslThread SAL_CALL osl_createSuspendedThread(oslWorkerFunction pWorker, in osl_createSuspendedThread()
220 oslThreadIdentifier SAL_CALL osl_getThreadIdentifier(oslThread Thread) in osl_getThreadIdentifier()
239 void SAL_CALL osl_destroyThread(oslThread Thread) in osl_destroyThread()
259 void SAL_CALL osl_freeThreadHandle(oslThread Thread) in osl_freeThreadHandle()
279 void SAL_CALL osl_resumeThread(oslThread Thread) in osl_resumeThread()
291 void SAL_CALL osl_suspendThread(oslThread Thread) in osl_suspendThread()
303 void SAL_CALL osl_setThreadPriority(oslThread Thread, in osl_setThreadPriority()
370 oslThreadPriority SAL_CALL osl_getThreadPriority(const oslThread Thread) in osl_getThreadPriority()
448 sal_Bool SAL_CALL osl_isThreadRunning(const oslThread Thread) in osl_isThreadRunning()
470 void SAL_CALL osl_joinWithThread(oslThread Thread) in osl_joinWithThread()
501 void SAL_CALL osl_terminateThread(oslThread Thread) in osl_terminateThread()
521 sal_Bool SAL_CALL osl_scheduleThread(oslThread Thread) in osl_scheduleThread()