Home
last modified time | relevance | path

Searched defs:Thread (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sal/osl/w32/
H A Dthread.c133 oslThreadIdentifier SAL_CALL osl_getThreadIdentifier(oslThread Thread) in osl_getThreadIdentifier()
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()
245 oslThreadPriority SAL_CALL osl_getThreadPriority(const oslThread Thread) in osl_getThreadPriority()
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()
369 sal_Bool SAL_CALL osl_scheduleThread(oslThread Thread) in osl_scheduleThread()
/trunk/main/sal/osl/os2/
H A Dthread.c214 oslThreadIdentifier SAL_CALL osl_getThreadIdentifier(oslThread Thread) in osl_getThreadIdentifier()
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()
364 oslThreadPriority SAL_CALL osl_getThreadPriority(const oslThread Thread) in osl_getThreadPriority()
442 sal_Bool SAL_CALL osl_isThreadRunning(const oslThread Thread) in osl_isThreadRunning()
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.c353 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()
424 sal_Bool SAL_CALL osl_isThreadRunning(const oslThread Thread) in osl_isThreadRunning()
442 void SAL_CALL osl_joinWithThread(oslThread Thread) in osl_joinWithThread()
483 void SAL_CALL osl_terminateThread(oslThread Thread) in osl_terminateThread()
508 sal_Bool SAL_CALL osl_scheduleThread(oslThread Thread) in osl_scheduleThread()
692 oslThreadIdentifier SAL_CALL osl_getThreadIdentifier(oslThread Thread) in osl_getThreadIdentifier()
803 oslThread Thread, in osl_setThreadPriority()
886 oslThreadPriority SAL_CALL osl_getThreadPriority(const oslThread Thread) in osl_getThreadPriority()
/trunk/main/sal/qa/osl/thread/
H A Dtest_thread.cxx39 class Thread: public osl::Thread { class
41 explicit Thread(osl::Condition & cond): m_cond(cond) {} in Thread() function in __anon81a9177a0111::Thread
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_thread.hxx42 class Thread: public salhelper::SimpleReferenceObject, private osl::Thread { class
H A Ddp_gui_thread.cxx39 Thread::Thread() {} in Thread() function in Thread
H A Ddp_gui_updateinstalldialog.cxx96 class UpdateInstallDialog::Thread: public dp_gui::Thread { class in dp_gui::UpdateInstallDialog
172 UpdateInstallDialog::Thread::Thread( in Thread() function in dp_gui::UpdateInstallDialog::Thread
H A Ddp_gui_extensioncmdqueue.cxx215 class ExtensionCmdQueue::Thread: public dp_gui::Thread class in dp_gui::ExtensionCmdQueue
562 ExtensionCmdQueue::Thread::Thread( DialogHelper *pDialogHelper, in Thread() function in dp_gui::ExtensionCmdQueue::Thread
H A Ddp_gui_updatedialog.cxx212 class UpdateDialog::Thread: public dp_gui::Thread { class in UpdateDialog
287 UpdateDialog::Thread::Thread( in Thread() function in UpdateDialog::Thread
/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DJavaThreadPoolFactory_Test.java37 new Thread() { in test() method
/trunk/main/scripting/examples/beanshell/Highlight/
H A DShowDialog.bsh137 Thread t = new Thread() { function
/trunk/main/sal/inc/osl/
H A Dthread.hxx45 class Thread class
60 Thread(): m_hThread(0){} in Thread() function in osl::Thread
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XSynchronousFrameLoader.java153 (new Thread() { in _cancel() method
/trunk/main/bridges/test/java_uno/nativethreadpool/
H A DRelay.java66 new Thread() { in start() method
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DAsyncJob.java317 new Thread( doRun ) { in showInfoNonModal() method
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DProtocol_Test.java262 new Thread() { in Endpoint() method

Completed in 74 milliseconds