Lines Matching refs:Thread

133 oslThreadIdentifier SAL_CALL osl_getThreadIdentifier(oslThread Thread)  in osl_getThreadIdentifier()  argument
135 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_getThreadIdentifier()
146 void SAL_CALL osl_destroyThread(oslThread Thread) in osl_destroyThread() argument
148 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_destroyThread()
150 if (Thread == 0) /* valid ptr? */ in osl_destroyThread()
160 free(Thread); in osl_destroyThread()
166 void SAL_CALL osl_resumeThread(oslThread Thread) in osl_resumeThread() argument
168 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_resumeThread()
178 void SAL_CALL osl_suspendThread(oslThread Thread) in osl_suspendThread() argument
180 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_suspendThread()
190 void SAL_CALL osl_setThreadPriority(oslThread Thread, in osl_setThreadPriority() argument
194 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_setThreadPriority()
245 oslThreadPriority SAL_CALL osl_getThreadPriority(const oslThread Thread) in osl_getThreadPriority() argument
250 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_getThreadPriority()
305 sal_Bool SAL_CALL osl_isThreadRunning(const oslThread Thread) in osl_isThreadRunning() argument
307 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_isThreadRunning()
321 void SAL_CALL osl_joinWithThread(oslThread Thread) in osl_joinWithThread() argument
323 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_joinWithThread()
351 void SAL_CALL osl_terminateThread(oslThread Thread) in osl_terminateThread() argument
353 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_terminateThread()
369 sal_Bool SAL_CALL osl_scheduleThread(oslThread Thread) in osl_scheduleThread() argument
371 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_scheduleThread()