Lines Matching refs:Thread

220 oslThreadIdentifier SAL_CALL osl_getThreadIdentifier(oslThread Thread)  in osl_getThreadIdentifier()  argument
222 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_getThreadIdentifier()
239 void SAL_CALL osl_destroyThread(oslThread Thread) in osl_destroyThread() argument
241 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_destroyThread()
243 if(Thread == 0) /* valid ptr? */ in osl_destroyThread()
259 void SAL_CALL osl_freeThreadHandle(oslThread Thread) in osl_freeThreadHandle() argument
261 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_freeThreadHandle()
263 if(Thread == 0) /* valid ptr? */ in osl_freeThreadHandle()
273 free(Thread); in osl_freeThreadHandle()
279 void SAL_CALL osl_resumeThread(oslThread Thread) in osl_resumeThread() argument
281 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_resumeThread()
291 void SAL_CALL osl_suspendThread(oslThread Thread) in osl_suspendThread() argument
293 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_suspendThread()
303 void SAL_CALL osl_setThreadPriority(oslThread Thread, in osl_setThreadPriority() argument
308 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_setThreadPriority()
370 oslThreadPriority SAL_CALL osl_getThreadPriority(const oslThread Thread) in osl_getThreadPriority() argument
377 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_getThreadPriority()
448 sal_Bool SAL_CALL osl_isThreadRunning(const oslThread Thread) in osl_isThreadRunning() argument
450 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_isThreadRunning()
459 if( osl_getThreadIdentifier( 0 ) == osl_getThreadIdentifier( Thread ) ) in osl_isThreadRunning()
470 void SAL_CALL osl_joinWithThread(oslThread Thread) in osl_joinWithThread() argument
472 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_joinWithThread()
501 void SAL_CALL osl_terminateThread(oslThread Thread) in osl_terminateThread() argument
503 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_terminateThread()
521 sal_Bool SAL_CALL osl_scheduleThread(oslThread Thread) in osl_scheduleThread() argument
523 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_scheduleThread()