/aoo42x/main/vos/source/ |
H A D | thread.cxx | 33 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 D | timer.cxx | 40 class vos::OTimerManager : public vos::OThread
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | trace.cxx | 35 ::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()
|
/aoo42x/main/vcl/unx/gtk/app/ |
H A D | gtkinst.cxx | 76 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()
|
/aoo42x/main/vos/inc/vos/ |
H A D | thread.hxx | 53 class VOS_DLLPUBLIC OThread : public vos::IRunnable, class 57 VOS_DECLARE_CLASSINFO(VOS_NAMESPACE(OThread, vos)); 89 OThread(); 92 virtual ~OThread();
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | salinst.cxx | 66 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()
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svpinst.cxx | 303 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 D | svpinst.hxx | 50 vos::OThread::TThreadIdentifier mnThreadId; 60 vos::OThread::TThreadIdentifier GetThreadId() const { return mnThreadId; } in GetThreadId()
|
/aoo42x/main/vcl/aqua/source/app/ |
H A D | salinst.cxx | 351 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()
|
/aoo42x/main/forms/source/component/ |
H A D | EventThread.hxx | 48 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()
|
/aoo42x/main/vcl/inc/aqua/ |
H A D | salinst.h | 48 vos::OThread::TThreadIdentifier mnThreadId; 56 vos::OThread::TThreadIdentifier GetThreadId() const { return mnThreadId; } in GetThreadId() 91 vos::OThread::TThreadIdentifier maMainThread;
|
/aoo42x/main/vcl/inc/unx/ |
H A D | salinst.h | 42 vos::OThread::TThreadIdentifier mnThreadId; 52 vos::OThread::TThreadIdentifier GetThreadId() const { return mnThreadId; } in GetThreadId()
|
/aoo42x/main/automation/inc/automation/ |
H A D | communi.hxx | 76 …DLLPUBLIC CommunicationLinkViaSocket : public SimpleCommunicationLinkViaSocket, public vos::OThread 133 class AUTOMATION_DLLPUBLIC CommunicationManagerServerAcceptThread: public vos::OThread
|
/aoo42x/main/cui/source/inc/ |
H A D | cuigaldlg.hxx | 71 class SearchThread : public ::vos::OThread 128 class TakeThread : public ::vos::OThread
|
/aoo42x/main/extensions/test/stm/ |
H A D | pipetest.cxx | 51 public OThread 366 OThread *p = new WriteToStreamThread( output, iMax ); in testMultithreading()
|
/aoo42x/main/winaccessibility/source/service/ |
H A D | checkmt.cxx | 27 if( Application::GetMainThreadIdentifier() == ::vos::OThread::getCurrentIdentifier()) in IsInMainThread()
|
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | SolarMutex.cxx | 35 vos::OThread::TThreadIdentifier nMainThreadId = Application::GetMainThreadIdentifier(); in ReleaseSolarMutexOnMainThreadContext()
|
/aoo42x/main/svx/source/inc/ |
H A D | trace.hxx | 38 DECLARE_STL_STDKEY_MAP( ::vos::OThread::TThreadIdentifier, sal_Int32, MapThreadId2Int );
|
/aoo42x/main/vcl/source/helper/ |
H A D | threadex.cxx | 100 if( ::vos::OThread::getCurrentIdentifier() == Application::GetMainThreadIdentifier() ) in impl_execute()
|
/aoo42x/main/desktop/source/app/ |
H A D | officeipcthread.hxx | 69 class OfficeIPCThread : public vos::OThread
|
/aoo42x/main/extensions/source/scanner/ |
H A D | scanunx.cxx | 153 class ScannerThread : public vos::OThread
|
/aoo42x/main/vcl/inc/ |
H A D | svdata.hxx | 369 vos::OThread::TThreadIdentifier mnMainThreadId;
|
/aoo42x/main/svx/inc/svx/ |
H A D | fmsrcimp.hxx | 52 class FmSearchThread : public ::vos::OThread
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | svapp.hxx | 280 static vos::OThread::TThreadIdentifier GetMainThreadIdentifier();
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | sbagrid.cxx | 558 if ( Application::GetMainThreadIdentifier() != ::vos::OThread::getCurrentIdentifier() ) 598 if ( Application::GetMainThreadIdentifier() != ::vos::OThread::getCurrentIdentifier() ) in dispatch()
|