Home
last modified time | relevance | path

Searched refs:oslThread (Results 1 – 22 of 22) sorted by relevance

/trunk/main/sal/inc/osl/
H A Dthread.h41 typedef void* oslThread; typedef
75 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 …]
H A Dthread.hxx159 SAL_CALL operator oslThread() const in operator oslThread()
178 oslThread m_hThread;
/trunk/main/sal/osl/w32/
H A Dthread.c74 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 …]
/trunk/main/sal/osl/os2/
H A Dthread.c65 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 …]
/trunk/main/sal/osl/unx/
H A Dthread.c123 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 …]
H A Dprocess.c847 oslThread hThread; in osl_psz_executeProcess()
/trunk/main/vcl/unx/generic/app/
H A Dsm.cxx158 static oslThread ICEThread;
180 oslThread ICEConnectionObserver::ICEThread = NULL;
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.hxx255 oslThread m_aThread;
256 oslThread m_aDragExecuteThread;
H A DX11_selection.cxx3487 oslThread aThread = m_aDragExecuteThread; in dragDoDispatch()
/trunk/main/cppu/source/threadpool/
H A Dthread.hxx61 oslThread m_thread;
/trunk/main/vcl/source/app/
H A Dsvmainhook.cxx87 oslThread hThreadID = osl_createThread(RunSVMain, &tcx); in ImplSVMainHook()
H A Dsvmain.cxx612 static oslThread hThreadID = 0;
/trunk/main/vcl/inc/
H A Dcupsmgr.hxx62 oslThread m_aDestThread;
/trunk/main/vos/inc/vos/
H A Dthread.hxx197 oslThread m_hThread;
/trunk/main/desktop/source/offacc/
H A Dacceptor.hxx67 oslThread m_thread;
H A Dacceptor.cxx83 oslThread t; in ~Acceptor()
/trunk/main/filter/source/xsltfilter/
H A Duof2splitter.hxx73 oslThread m_aThread;
/trunk/main/vcl/inc/vcl/
H A Dthreadex.hxx39 oslThread m_aThread;
/trunk/main/vcl/unx/headless/
H A Dsvpelement.cxx55 oslThread m_aThread;
/trunk/main/extensions/inc/ucbhelper/
H A Dext_content.hxx221 oslThread m_aThread;
/trunk/main/io/source/stm/
H A Dopump.cxx66 oslThread m_aThread;
/trunk/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx327 oslThread aThread = osl_createThread( getPPDWorker, pAttribs ); in cupsGetPPD()

Completed in 457 milliseconds