Searched refs:oslThread (Results 1 – 22 of 22) sorted by relevance
41 typedef void* oslThread; typedef75 oslThread SAL_CALL osl_createThread(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);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);[all …]
159 SAL_CALL operator oslThread() const in operator oslThread()178 oslThread m_hThread;
74 static oslThread oslCreateThread(oslWorkerFunction pWorker, in oslCreateThread()109 return (oslThread)pThreadImpl; in oslCreateThread()115 oslThread SAL_CALL osl_createThread(oslWorkerFunction pWorker, in osl_createThread()146 void SAL_CALL osl_destroyThread(oslThread Thread) in osl_destroyThread()166 void SAL_CALL osl_resumeThread(oslThread Thread) in osl_resumeThread()178 void SAL_CALL osl_suspendThread(oslThread Thread) in osl_suspendThread()190 void SAL_CALL osl_setThreadPriority(oslThread Thread, in osl_setThreadPriority()305 sal_Bool SAL_CALL osl_isThreadRunning(const oslThread Thread) in osl_isThreadRunning()321 void SAL_CALL osl_joinWithThread(oslThread Thread) in osl_joinWithThread()351 void SAL_CALL osl_terminateThread(oslThread Thread) in osl_terminateThread()[all …]
65 HAB osl_getPMinternal_HAB(oslThread hThread) in osl_getPMinternal_HAB()79 HMQ osl_getPMinternal_HMQ(oslThread hThread) in osl_getPMinternal_HMQ()138 static oslThread oslCreateThread(oslWorkerFunction pWorker, in oslCreateThread()233 void SAL_CALL osl_destroyThread(oslThread Thread) in osl_destroyThread()253 void SAL_CALL osl_freeThreadHandle(oslThread Thread) in osl_freeThreadHandle()273 void SAL_CALL osl_resumeThread(oslThread Thread) in osl_resumeThread()285 void SAL_CALL osl_suspendThread(oslThread Thread) in osl_suspendThread()297 void SAL_CALL osl_setThreadPriority(oslThread Thread, in osl_setThreadPriority()464 void SAL_CALL osl_joinWithThread(oslThread Thread) in osl_joinWithThread()495 void SAL_CALL osl_terminateThread(oslThread Thread) in osl_terminateThread()[all …]
123 static oslThread osl_thread_create_Impl (277 static oslThread osl_thread_create_Impl ( in osl_thread_create_Impl()320 return ((oslThread)(pImpl)); in osl_thread_create_Impl()326 oslThread osl_createThread ( in osl_createThread()339 oslThread osl_createSuspendedThread ( in osl_createSuspendedThread()353 void SAL_CALL osl_destroyThread(oslThread Thread) in osl_destroyThread()371 void SAL_CALL osl_resumeThread(oslThread Thread) in osl_resumeThread()394 void SAL_CALL osl_suspendThread(oslThread Thread) in osl_suspendThread()442 void SAL_CALL osl_joinWithThread(oslThread Thread) in osl_joinWithThread()483 void SAL_CALL osl_terminateThread(oslThread Thread) in osl_terminateThread()[all …]
847 oslThread hThread; in osl_psz_executeProcess()
158 static oslThread ICEThread;180 oslThread ICEConnectionObserver::ICEThread = NULL;
255 oslThread m_aThread;256 oslThread m_aDragExecuteThread;
3487 oslThread aThread = m_aDragExecuteThread; in dragDoDispatch()
61 oslThread m_thread;
87 oslThread hThreadID = osl_createThread(RunSVMain, &tcx); in ImplSVMainHook()
612 static oslThread hThreadID = 0;
62 oslThread m_aDestThread;
197 oslThread m_hThread;
67 oslThread m_thread;
83 oslThread t; in ~Acceptor()
73 oslThread m_aThread;
39 oslThread m_aThread;
55 oslThread m_aThread;
221 oslThread m_aThread;
66 oslThread m_aThread;
327 oslThread aThread = osl_createThread( getPPDWorker, pAttribs ); in cupsGetPPD()
Completed in 89 milliseconds