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 …]
158 SAL_CALL operator oslThread() const in operator oslThread()177 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 …]
67 HAB osl_getPMinternal_HAB(oslThread hThread) in osl_getPMinternal_HAB()81 HMQ osl_getPMinternal_HMQ(oslThread hThread) in osl_getPMinternal_HMQ()144 static oslThread oslCreateThread(oslWorkerFunction pWorker, in oslCreateThread()239 void SAL_CALL osl_destroyThread(oslThread Thread) in osl_destroyThread()259 void SAL_CALL osl_freeThreadHandle(oslThread Thread) in osl_freeThreadHandle()279 void SAL_CALL osl_resumeThread(oslThread Thread) in osl_resumeThread()291 void SAL_CALL osl_suspendThread(oslThread Thread) in osl_suspendThread()303 void SAL_CALL osl_setThreadPriority(oslThread Thread, in osl_setThreadPriority()470 void SAL_CALL osl_joinWithThread(oslThread Thread) in osl_joinWithThread()501 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()321 return ((oslThread)(pImpl)); in osl_thread_create_Impl()327 oslThread osl_createThread ( in osl_createThread()340 oslThread osl_createSuspendedThread ( in osl_createSuspendedThread()354 void SAL_CALL osl_destroyThread(oslThread Thread) in osl_destroyThread()372 void SAL_CALL osl_resumeThread(oslThread Thread) in osl_resumeThread()395 void SAL_CALL osl_suspendThread(oslThread Thread) in osl_suspendThread()443 void SAL_CALL osl_joinWithThread(oslThread Thread) in osl_joinWithThread()484 void SAL_CALL osl_terminateThread(oslThread Thread) in osl_terminateThread()[all …]
848 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;
196 oslThread m_hThread;
62 oslThread m_aDestThread;
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 140 milliseconds