Home
last modified time | relevance | path

Searched refs:getCurrentIdentifier (Results 1 – 20 of 20) sorted by relevance

/trunk/main/svx/source/fmcomp/
H A Dtrace.cxx43 sal_Int32 nIndent = s_aThreadIndents[ ::vos::OThread::getCurrentIdentifier() ]++; in Tracer()
49 …String sThread( ByteString::CreateFromInt32( (sal_Int32)::vos::OThread::getCurrentIdentifier() ) ); in Tracer()
63 sal_Int32 nIndent = --s_aThreadIndents[ ::vos::OThread::getCurrentIdentifier() ]; in ~Tracer()
69 …String sThread( ByteString::CreateFromInt32( (sal_Int32)::vos::OThread::getCurrentIdentifier() ) ); in ~Tracer()
83 sal_Int32 nIndent = s_aThreadIndents[ ::vos::OThread::getCurrentIdentifier() ]; in TraceString()
89 …String sThread( ByteString::CreateFromInt32( (sal_Int32)::vos::OThread::getCurrentIdentifier() ) ); in TraceString()
104 sal_Int32 nIndent = s_aThreadIndents[ ::vos::OThread::getCurrentIdentifier() ]; in TraceString1StringParam()
110 …String sThread( ByteString::CreateFromInt32( (sal_Int32)::vos::OThread::getCurrentIdentifier() ) ); in TraceString1StringParam()
H A Dgridctrl.cxx3645 if (::vos::OThread::getCurrentIdentifier() != Application::GetMainThreadIdentifier()) in implAdjustInSolarThread()
/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/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()
H A Dsaldisp.cxx2245 vos::OThread::getCurrentIdentifier(), in Yield()
/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()
/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/vos/source/
H A Dthread.cxx117 OThread::TThreadIdentifier OThread::getCurrentIdentifier() in getCurrentIdentifier() function in OThread
125 VOS_ASSERT(getCurrentIdentifier() != getIdentifier()); in join()
/trunk/main/sal/qa/osl/process/
H A Dosl_Thread.cxx1574 class getCurrentIdentifier : public ::testing::Test class
1588 TEST_F(getCurrentIdentifier, getCurrentIdentifier_001) in TEST_F() argument
1596 oId = Thread::getCurrentIdentifier(); in TEST_F()
1608 TEST_F(getCurrentIdentifier, getCurrentIdentifier_002) in TEST_F() argument
/trunk/main/winaccessibility/source/service/
H A Dcheckmt.cxx27 if( Application::GetMainThreadIdentifier() == ::vos::OThread::getCurrentIdentifier()) in IsInMainThread()
/trunk/main/sal/osl/all/
H A Dprinttrace.cxx46 osl::Thread::getCurrentIdentifier()); in printTrace()
/trunk/main/vos/inc/vos/
H A Dthread.hxx151 static TThreadIdentifier SAL_CALL getCurrentIdentifier();
/trunk/main/vcl/source/helper/
H A Dthreadex.cxx100 if( ::vos::OThread::getCurrentIdentifier() == Application::GetMainThreadIdentifier() ) in impl_execute()
/trunk/main/sal/inc/osl/
H A Dthread.hxx135 static oslThreadIdentifier SAL_CALL getCurrentIdentifier() in getCurrentIdentifier() function in osl::Thread
/trunk/main/fpicker/source/win32/filepicker/
H A Dasyncrequests.cxx158 oslThreadIdentifier nCallerThreadId = ::osl::Thread::getCurrentIdentifier(); in triggerRequestThreadAware()
/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()
/trunk/main/vcl/source/app/
H A Dsvmain.cxx309 pSVData->mnMainThreadId = ::vos::OThread::getCurrentIdentifier(); in InitVCL()
/trunk/main/framework/test/threadtest/
H A Dthreadtest.cxx528 m_nThreadID = getCurrentIdentifier(); in run()
/trunk/main/framework/test/
H A Dthreadtest.cxx533 m_nThreadID = getCurrentIdentifier(); in run()
/trunk/main/binaryurp/source/
H A Dbridge.cxx98 if (thread->getIdentifier() != osl::Thread::getCurrentIdentifier()) { in joinThread()

Completed in 218 milliseconds