Home
last modified time | relevance | path

Searched refs:OThread (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/vos/source/
H A Dthread.cxx33 vos::OThread* pThis= (vos::OThread*)pthis; in threadWorkerFunction_impl()
56 OThread::OThread() in OThread() function in OThread
63 OThread::~OThread() in ~OThread()
100 void OThread::resume() in resume()
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()
171 void OThread::kill() in kill()
183 void OThread::setPriority(OThread::TThreadPriority Priority) in setPriority()
[all …]
H A Dtimer.cxx40 class vos::OTimerManager : public vos::OThread
/trunk/main/svx/source/fmcomp/
H A Dtrace.cxx35 ::std::map< ::vos::OThread::TThreadIdentifier, sal_Int32, ::std::less< ::vos::OThread::TThreadIdent…
43 sal_Int32 nIndent = s_aThreadIndents[ ::vos::OThread::getCurrentIdentifier() ]++; in Tracer()
49 …ByteString sThread( ByteString::CreateFromInt32( (sal_Int32)::vos::OThread::getCurrentIdentifier()… in Tracer()
63 sal_Int32 nIndent = --s_aThreadIndents[ ::vos::OThread::getCurrentIdentifier() ]; in ~Tracer()
69 …ByteString sThread( ByteString::CreateFromInt32( (sal_Int32)::vos::OThread::getCurrentIdentifier()… in ~Tracer()
83 sal_Int32 nIndent = s_aThreadIndents[ ::vos::OThread::getCurrentIdentifier() ]; in TraceString()
89 …ByteString sThread( ByteString::CreateFromInt32( (sal_Int32)::vos::OThread::getCurrentIdentifier()… in TraceString()
104 sal_Int32 nIndent = s_aThreadIndents[ ::vos::OThread::getCurrentIdentifier() ]; in TraceString1StringParam()
110 …ByteString sThread( ByteString::CreateFromInt32( (sal_Int32)::vos::OThread::getCurrentIdentifier()… in TraceString1StringParam()
/trunk/main/vcl/unx/gtk/app/
H A Dgtkinst.cxx76 mnThreadId != vos::OThread::getCurrentIdentifier()) in ThreadsLeave()
255 vos::OThread::TThreadIdentifier aCurrentThread = vos::OThread::getCurrentIdentifier(); in acquire()
278 vos::OThread::TThreadIdentifier aCurrentThread = vos::OThread::getCurrentIdentifier(); in release()
296 vos::OThread::TThreadIdentifier aCurrentThread = vos::OThread::getCurrentIdentifier(); in tryToAcquire()
340 mnThreadId = vos::OThread::getCurrentIdentifier(); in Grab()
342 else if( mnThreadId != vos::OThread::getCurrentIdentifier() ) in Grab()
/trunk/main/vos/inc/vos/
H A Dthread.hxx53 class VOS_DLLPUBLIC OThread : public vos::IRunnable, class
57 VOS_DECLARE_CLASSINFO(VOS_NAMESPACE(OThread, vos));
89 OThread();
92 virtual ~OThread();
/trunk/main/vcl/unx/generic/app/
H A Dsalinst.cxx66 mnThreadId = vos::OThread::getCurrentIdentifier(); in acquire()
72 if ( mnThreadId == vos::OThread::getCurrentIdentifier() ) in release()
85 mnThreadId = vos::OThread::getCurrentIdentifier(); in tryToAcquire()
231 vos::OThread::getCurrentIdentifier() ) in ReleaseYieldMutex()
267 vos::OThread::getCurrentIdentifier() ) in CheckYieldMutex()
/trunk/main/vcl/unx/headless/
H A Dsvpinst.cxx303 vos::OThread::getCurrentIdentifier() ) in ReleaseYieldMutex()
333 vos::OThread::getCurrentIdentifier() ) in CheckYieldMutex()
460 mnThreadId = vos::OThread::getCurrentIdentifier(); in acquire()
466 if ( mnThreadId == vos::OThread::getCurrentIdentifier() ) in release()
479 mnThreadId = vos::OThread::getCurrentIdentifier(); in tryToAcquire()
H A Dsvpinst.hxx50 vos::OThread::TThreadIdentifier mnThreadId;
60 vos::OThread::TThreadIdentifier GetThreadId() const { return mnThreadId; } in GetThreadId()
/trunk/main/vcl/aqua/source/app/
H A Dsalinst.cxx351 mnThreadId = vos::OThread::getCurrentIdentifier(); in acquire()
357 if ( mnThreadId == vos::OThread::getCurrentIdentifier() ) in release()
370 mnThreadId = vos::OThread::getCurrentIdentifier(); in tryToAcquire()
450 maMainThread = vos::OThread::getCurrentIdentifier(); in AquaSalInstance()
515 vos::OThread::getCurrentIdentifier() ) in ReleaseYieldMutex()
551 vos::OThread::getCurrentIdentifier() ) in CheckYieldMutex()
563 return vos::OThread::getCurrentIdentifier() == maMainThread; in isNSAppThread()
/trunk/main/forms/source/component/
H A DEventThread.hxx48 typedef ::vos::OThread OComponentEventThread_TBASE;
107 void * SAL_CALL operator new( size_t size ) throw() { return OThread::operator new(size); } in operator new()
108 void SAL_CALL operator delete( void * p ) throw() { OThread::operator delete(p); } in operator delete()
/trunk/main/vcl/inc/aqua/
H A Dsalinst.h48 vos::OThread::TThreadIdentifier mnThreadId;
56 vos::OThread::TThreadIdentifier GetThreadId() const { return mnThreadId; } in GetThreadId()
91 vos::OThread::TThreadIdentifier maMainThread;
/trunk/main/vcl/inc/unx/
H A Dsalinst.h42 vos::OThread::TThreadIdentifier mnThreadId;
52 vos::OThread::TThreadIdentifier GetThreadId() const { return mnThreadId; } in GetThreadId()
/trunk/main/automation/inc/automation/
H A Dcommuni.hxx76 …DLLPUBLIC CommunicationLinkViaSocket : public SimpleCommunicationLinkViaSocket, public vos::OThread
133 class AUTOMATION_DLLPUBLIC CommunicationManagerServerAcceptThread: public vos::OThread
/trunk/main/cui/source/inc/
H A Dcuigaldlg.hxx71 class SearchThread : public ::vos::OThread
128 class TakeThread : public ::vos::OThread
/trunk/main/extensions/test/stm/
H A Dpipetest.cxx51 public OThread
366 OThread *p = new WriteToStreamThread( output, iMax ); in testMultithreading()
/trunk/main/winaccessibility/source/service/
H A Dcheckmt.cxx27 if( Application::GetMainThreadIdentifier() == ::vos::OThread::getCurrentIdentifier()) in IsInMainThread()
/trunk/main/fpicker/source/win32/filepicker/
H A DSolarMutex.cxx35 vos::OThread::TThreadIdentifier nMainThreadId = Application::GetMainThreadIdentifier(); in ReleaseSolarMutexOnMainThreadContext()
/trunk/main/svx/source/inc/
H A Dtrace.hxx38 DECLARE_STL_STDKEY_MAP( ::vos::OThread::TThreadIdentifier, sal_Int32, MapThreadId2Int );
/trunk/main/vcl/source/helper/
H A Dthreadex.cxx100 if( ::vos::OThread::getCurrentIdentifier() == Application::GetMainThreadIdentifier() ) in impl_execute()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.hxx69 class OfficeIPCThread : public vos::OThread
/trunk/main/extensions/source/scanner/
H A Dscanunx.cxx153 class ScannerThread : public vos::OThread
/trunk/main/vcl/inc/
H A Dsvdata.hxx369 vos::OThread::TThreadIdentifier mnMainThreadId;
/trunk/main/svx/inc/svx/
H A Dfmsrcimp.hxx52 class FmSearchThread : public ::vos::OThread
/trunk/main/vcl/inc/vcl/
H A Dsvapp.hxx280 static vos::OThread::TThreadIdentifier GetMainThreadIdentifier();
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx558 if ( Application::GetMainThreadIdentifier() != ::vos::OThread::getCurrentIdentifier() )
598 if ( Application::GetMainThreadIdentifier() != ::vos::OThread::getCurrentIdentifier() ) in dispatch()

Completed in 82 milliseconds

12