Lines Matching refs:Thread

214 oslThreadIdentifier SAL_CALL osl_getThreadIdentifier(oslThread Thread)  in osl_getThreadIdentifier()  argument
216 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_getThreadIdentifier()
233 void SAL_CALL osl_destroyThread(oslThread Thread) in osl_destroyThread() argument
235 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_destroyThread()
237 if(Thread == 0) /* valid ptr? */ in osl_destroyThread()
253 void SAL_CALL osl_freeThreadHandle(oslThread Thread) in osl_freeThreadHandle() argument
255 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_freeThreadHandle()
257 if(Thread == 0) /* valid ptr? */ in osl_freeThreadHandle()
267 free(Thread); in osl_freeThreadHandle()
273 void SAL_CALL osl_resumeThread(oslThread Thread) in osl_resumeThread() argument
275 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_resumeThread()
285 void SAL_CALL osl_suspendThread(oslThread Thread) in osl_suspendThread() argument
287 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_suspendThread()
297 void SAL_CALL osl_setThreadPriority(oslThread Thread, in osl_setThreadPriority() argument
302 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_setThreadPriority()
364 oslThreadPriority SAL_CALL osl_getThreadPriority(const oslThread Thread) in osl_getThreadPriority() argument
371 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_getThreadPriority()
442 sal_Bool SAL_CALL osl_isThreadRunning(const oslThread Thread) in osl_isThreadRunning() argument
444 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_isThreadRunning()
453 if( osl_getThreadIdentifier( 0 ) == osl_getThreadIdentifier( Thread ) ) in osl_isThreadRunning()
464 void SAL_CALL osl_joinWithThread(oslThread Thread) in osl_joinWithThread() argument
466 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_joinWithThread()
495 void SAL_CALL osl_terminateThread(oslThread Thread) in osl_terminateThread() argument
497 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_terminateThread()
515 sal_Bool SAL_CALL osl_scheduleThread(oslThread Thread) in osl_scheduleThread() argument
517 osl_TThreadImpl* pThreadImpl= (osl_TThreadImpl*)Thread; in osl_scheduleThread()