Lines Matching refs:oslThread
65 HAB osl_getPMinternal_HAB(oslThread hThread) in osl_getPMinternal_HAB()
79 HMQ osl_getPMinternal_HMQ(oslThread hThread) in osl_getPMinternal_HMQ()
138 static oslThread oslCreateThread(oslWorkerFunction pWorker, in oslCreateThread()
196 oslThread SAL_CALL osl_createThread(oslWorkerFunction pWorker, in osl_createThread()
205 oslThread SAL_CALL osl_createSuspendedThread(oslWorkerFunction pWorker, in osl_createSuspendedThread()
214 oslThreadIdentifier SAL_CALL osl_getThreadIdentifier(oslThread Thread) in osl_getThreadIdentifier()
233 void SAL_CALL osl_destroyThread(oslThread Thread) in osl_destroyThread()
253 void SAL_CALL osl_freeThreadHandle(oslThread Thread) in osl_freeThreadHandle()
273 void SAL_CALL osl_resumeThread(oslThread Thread) in osl_resumeThread()
285 void SAL_CALL osl_suspendThread(oslThread Thread) in osl_suspendThread()
297 void SAL_CALL osl_setThreadPriority(oslThread Thread, in osl_setThreadPriority()
364 oslThreadPriority SAL_CALL osl_getThreadPriority(const oslThread Thread) in osl_getThreadPriority()
442 sal_Bool SAL_CALL osl_isThreadRunning(const oslThread Thread) in osl_isThreadRunning()
464 void SAL_CALL osl_joinWithThread(oslThread Thread) in osl_joinWithThread()
495 void SAL_CALL osl_terminateThread(oslThread Thread) in osl_terminateThread()
515 sal_Bool SAL_CALL osl_scheduleThread(oslThread Thread) in osl_scheduleThread()