Lines Matching refs:Thread

353 void SAL_CALL osl_destroyThread(oslThread Thread)  in osl_destroyThread()  argument
355 if (Thread != NULL) { in osl_destroyThread()
356 Thread_Impl * impl = (Thread_Impl *) Thread; in osl_destroyThread()
371 void SAL_CALL osl_resumeThread(oslThread Thread) in osl_resumeThread() argument
373 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_resumeThread()
394 void SAL_CALL osl_suspendThread(oslThread Thread) in osl_suspendThread() argument
396 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_suspendThread()
424 sal_Bool SAL_CALL osl_isThreadRunning(const oslThread Thread) in osl_isThreadRunning() argument
427 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_isThreadRunning()
442 void SAL_CALL osl_joinWithThread(oslThread Thread) in osl_joinWithThread() argument
446 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_joinWithThread()
483 void SAL_CALL osl_terminateThread(oslThread Thread) in osl_terminateThread() argument
485 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_terminateThread()
508 sal_Bool SAL_CALL osl_scheduleThread(oslThread Thread) in osl_scheduleThread() argument
511 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_scheduleThread()
692 oslThreadIdentifier SAL_CALL osl_getThreadIdentifier(oslThread Thread) in osl_getThreadIdentifier() argument
694 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_getThreadIdentifier()
803 oslThread Thread, in osl_setThreadPriority() argument
814 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_setThreadPriority()
886 oslThreadPriority SAL_CALL osl_getThreadPriority(const oslThread Thread) in osl_getThreadPriority() argument
896 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_getThreadPriority()