Lines Matching refs:oslThread
123 static oslThread osl_thread_create_Impl (
277 static oslThread osl_thread_create_Impl ( in osl_thread_create_Impl()
320 return ((oslThread)(pImpl)); in osl_thread_create_Impl()
326 oslThread osl_createThread ( in osl_createThread()
339 oslThread osl_createSuspendedThread ( in osl_createSuspendedThread()
353 void SAL_CALL osl_destroyThread(oslThread Thread) in osl_destroyThread()
371 void SAL_CALL osl_resumeThread(oslThread Thread) in osl_resumeThread()
394 void SAL_CALL osl_suspendThread(oslThread Thread) in osl_suspendThread()
424 sal_Bool SAL_CALL osl_isThreadRunning(const oslThread Thread) in osl_isThreadRunning()
442 void SAL_CALL osl_joinWithThread(oslThread Thread) in osl_joinWithThread()
483 void SAL_CALL osl_terminateThread(oslThread Thread) in osl_terminateThread()
508 sal_Bool SAL_CALL osl_scheduleThread(oslThread Thread) in osl_scheduleThread()
692 oslThreadIdentifier SAL_CALL osl_getThreadIdentifier(oslThread Thread) in osl_getThreadIdentifier()
803 oslThread Thread, in osl_setThreadPriority()
886 oslThreadPriority SAL_CALL osl_getThreadPriority(const oslThread Thread) in osl_getThreadPriority()