Lines Matching refs:oslThread
41 typedef void* oslThread; typedef
75 oslThread SAL_CALL osl_createThread(oslWorkerFunction pWorker, void* pThreadData);
84 oslThread SAL_CALL osl_createSuspendedThread(oslWorkerFunction pWorker, void* pThreadData);
90 oslThreadIdentifier SAL_CALL osl_getThreadIdentifier(oslThread Thread);
97 void SAL_CALL osl_destroyThread(oslThread Thread);
102 void SAL_CALL osl_resumeThread(oslThread Thread);
107 void SAL_CALL osl_suspendThread(oslThread Thread);
112 void SAL_CALL osl_setThreadPriority(oslThread Thread, oslThreadPriority Priority);
118 oslThreadPriority SAL_CALL osl_getThreadPriority(const oslThread Thread);
124 sal_Bool SAL_CALL osl_isThreadRunning(const oslThread Thread);
129 void SAL_CALL osl_joinWithThread(oslThread Thread);
139 void SAL_CALL osl_terminateThread(oslThread Thread);
147 sal_Bool SAL_CALL osl_scheduleThread(oslThread Thread);