Lines Matching refs:Thread
354 void SAL_CALL osl_destroyThread(oslThread Thread) in osl_destroyThread() argument
356 if (Thread != NULL) { in osl_destroyThread()
357 Thread_Impl * impl = (Thread_Impl *) Thread; in osl_destroyThread()
372 void SAL_CALL osl_resumeThread(oslThread Thread) in osl_resumeThread() argument
374 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_resumeThread()
395 void SAL_CALL osl_suspendThread(oslThread Thread) in osl_suspendThread() argument
397 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_suspendThread()
425 sal_Bool SAL_CALL osl_isThreadRunning(const oslThread Thread) in osl_isThreadRunning() argument
428 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_isThreadRunning()
443 void SAL_CALL osl_joinWithThread(oslThread Thread) in osl_joinWithThread() argument
447 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_joinWithThread()
484 void SAL_CALL osl_terminateThread(oslThread Thread) in osl_terminateThread() argument
486 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_terminateThread()
509 sal_Bool SAL_CALL osl_scheduleThread(oslThread Thread) in osl_scheduleThread() argument
512 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_scheduleThread()
693 oslThreadIdentifier SAL_CALL osl_getThreadIdentifier(oslThread Thread) in osl_getThreadIdentifier() argument
695 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_getThreadIdentifier()
804 oslThread Thread, in osl_setThreadPriority() argument
815 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_setThreadPriority()
887 oslThreadPriority SAL_CALL osl_getThreadPriority(const oslThread Thread) in osl_getThreadPriority() argument
897 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_getThreadPriority()