Lines Matching refs:oslThread
123 static oslThread osl_thread_create_Impl (
277 static oslThread osl_thread_create_Impl ( in osl_thread_create_Impl()
321 return ((oslThread)(pImpl)); in osl_thread_create_Impl()
327 oslThread osl_createThread ( in osl_createThread()
340 oslThread osl_createSuspendedThread ( in osl_createSuspendedThread()
354 void SAL_CALL osl_destroyThread(oslThread Thread) in osl_destroyThread()
372 void SAL_CALL osl_resumeThread(oslThread Thread) in osl_resumeThread()
395 void SAL_CALL osl_suspendThread(oslThread Thread) in osl_suspendThread()
425 sal_Bool SAL_CALL osl_isThreadRunning(const oslThread Thread) in osl_isThreadRunning()
443 void SAL_CALL osl_joinWithThread(oslThread Thread) in osl_joinWithThread()
484 void SAL_CALL osl_terminateThread(oslThread Thread) in osl_terminateThread()
509 sal_Bool SAL_CALL osl_scheduleThread(oslThread Thread) in osl_scheduleThread()
693 oslThreadIdentifier SAL_CALL osl_getThreadIdentifier(oslThread Thread) in osl_getThreadIdentifier()
804 oslThread Thread, in osl_setThreadPriority()
887 oslThreadPriority SAL_CALL osl_getThreadPriority(const oslThread Thread) in osl_getThreadPriority()