Lines Matching refs:OThread
33 vos::OThread* pThis= (vos::OThread*)pthis; in threadWorkerFunction_impl()
52 VOS_IMPLEMENT_CLASSINFO(VOS_CLASSNAME(OThread, vos),
53 VOS_NAMESPACE(OThread, vos),
56 OThread::OThread() in OThread() function in OThread
63 OThread::~OThread() in ~OThread()
73 sal_Bool OThread::create() in create()
85 sal_Bool OThread::createSuspended() in createSuspended()
93 void OThread::suspend() in suspend()
100 void OThread::resume() in resume()
107 sal_Bool OThread::isRunning() in isRunning()
112 OThread::TThreadIdentifier OThread::getIdentifier() const in getIdentifier()
117 OThread::TThreadIdentifier OThread::getCurrentIdentifier() in getCurrentIdentifier()
122 void OThread::join() in join()
130 OThread::TThreadSleep OThread::sleep(const TimeValue& Delay) in sleep()
152 void OThread::wait(const TimeValue& Delay) { in wait()
156 sal_Bool OThread::awake() in awake()
162 void OThread::terminate() in terminate()
167 sal_Bool OThread::schedule() { in schedule()
171 void OThread::kill() in kill()
183 void OThread::setPriority(OThread::TThreadPriority Priority) in setPriority()
188 OThread::TThreadPriority OThread::getPriority() in getPriority()
194 void OThread::yield() in yield()
199 void OThread::onTerminated() in onTerminated()