Home
last modified time | relevance | path

Searched refs:isRunning (Results 1 – 25 of 50) sorted by relevance

12

/aoo4110/main/sal/qa/osl/mutex/
H A Dosl_Mutex.cxx183 …IT_ASSERT_MESSAGE( "#PutThread does not shutdown properly.\n", sal_False == this -> isRunning( ) ); in ~PutThread()
402 sal_Bool bRes1 = myThread.isRunning( ); in acquire_001()
407 sal_Bool bRes2 = myThread.isRunning( ); in acquire_001()
493 sal_Bool bRunning = myThread.isRunning( ); in release_001()
546 sal_Bool bRes1 = myThread.isRunning(); in getGlobalMutex_001()
551 sal_Bool bRes2 = myThread.isRunning(); in getGlobalMutex_001()
630 sal_Bool bRes1 = myThread.isRunning(); in ctor_001()
652 sal_Bool bRes = myThread.isRunning( ); in ctor_002()
792 sal_Bool bRes = myThread.isRunning( ); in clear_002()
797 sal_Bool bRes1 = myThread.isRunning( ); in clear_002()
[all …]
/aoo4110/main/sal/qa/osl/process/
H A Dosl_Thread.cxx278 if (isRunning()) in ~myThread()
348 if (isRunning()) in ~OCountThread()
400 if (isRunning()) in ~OSuspendThread()
446 if (isRunning()) in ~ONoScheduleThread()
487 if (isRunning()) in ~OAddThread()
559 sal_Bool isRunning = newthread->isRunning(); // check if thread is running in create_001() local
628 sal_Bool isRunning = newthread->isRunning(); in createSuspended_001() local
895 sal_Bool isRunning = aCountThread->isRunning(); in terminate_001() local
1099 CPPUNIT_TEST_SUITE(isRunning);
2060 if (isRunning()) in ~myKeyThread()
[all …]
/aoo4110/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx122 if ( isRunning( ) ) in ~AcceptorThread()
199 if ( isRunning( ) ) in ~ServerSocketThread()
260 if ( isRunning( ) ) in ~ClientSocketThread()
394 if ( isRunning( ) ) in ~ReadSocketThread()
516 if ( isRunning( ) ) in ~WriteSocketThread()
767 if ( isRunning( ) ) in ~SendClientThread()
1093 if ( isRunning( ) ) in ~ReadSocket2Thread()
1355 if (myReadThread.isRunning()) in send_recv()
H A Dosl_DatagramSocket.cxx92 if ( isRunning( ) ) in ~CloseSocketThread()
158 if ( isRunning( ) ) in ~TalkerThread()
199 if ( isRunning( ) ) in ~ListenerThread()
H A Dosl_Socket.cxx347 if ( isRunning( ) ) in ~ClientSocketThread()
419 if ( isRunning( ) ) in ~ServerSocketThread()
540 if ( isRunning( ) ) in ~ReadSocketThread()
614 if ( isRunning( ) ) in ~WriteSocketThread()
668 if ( isRunning( ) ) in ~AcceptorThread()
693 if ( isRunning( ) ) in ~CloseSocketThread()
3564 if ( isRunning( ) ) in ~TalkerThread()
3605 if ( isRunning( ) ) in ~ListenerThread()
/aoo4110/main/sal/qa/osl/condition/
H A Dosl_Condition.cxx182 bRes = myThread1.isRunning( ); in set_002()
187 bRes1 = myThread1.isRunning( ); in set_002()
220 bRes = myThread.isRunning( ); in reset_001()
225 bRes1 = myThread.isRunning( ); in reset_001()
/aoo4110/main/dbaccess/source/ui/dlg/
H A Dodbcconfig.cxx367 …OSL_PRECOND( !isRunning(), "OOdbcManagement::manageDataSources_async: still running from the previ… in manageDataSources_async()
368 if ( isRunning() ) in manageDataSources_async()
386 bool OOdbcManagement::isRunning() const in isRunning() function in dbaui::OOdbcManagement
388 return ( m_pProcessWait.get() && m_pProcessWait->isRunning() ); in isRunning()
H A Ddsselect.cxx239 if ( m_pODBCManagement.get() && m_pODBCManagement->isRunning() ) in Close()
266 …OSL_POSTCOND( m_pODBCManagement->isRunning(), "ODatasourceSelectDialog::ManageClickHdl: success, b… in IMPL_LINK()
H A Dodbcconfig.hxx127 bool isRunning() const;
/aoo4110/main/fpicker/source/win32/filepicker/
H A Dasyncrequests.cxx106 if ( ! isRunning()) in triggerRequestProcessMessages()
121 if ( ! isRunning()) in triggerRequestBlocked()
136 if ( ! isRunning()) in triggerRequestNonBlocked()
/aoo4110/main/automation/source/communi/
H A Dcommuni.cxx117 if ( isRunning() ) in ShutdownCommunication()
191 return !isRunning() || SimpleCommunicationLinkViaSocket::IsCommunicationError(); in IsCommunicationError()
228 if ( !isRunning() ) in DoTransferDataStream()
/aoo4110/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclApp.java101 return !openOffice.isRunning(); in quit()
110 if (!openOffice.isRunning()) in stop()
/aoo4110/main/sd/source/ui/view/
H A Ddrviewsd.cxx91 if (xSlideshow.is() && xSlideshow->isRunning() ) in ExecNavigatorWin()
193 if( xSlideshow.is() && xSlideshow->isRunning() ) in GetNavigatorWinState()
H A Dviewshel.cxx362 if(xSlideShow.is() && xSlideShow->isRunning() ) in Activate()
429 if(xSlideShow.is() && xSlideShow->isRunning() ) in Deactivate()
486 if(xSlideShow.is() && xSlideShow->isRunning()) in KeyInput()
1061 …bool bSlideShowActive = (xSlideShow.is() && xSlideShow->isRunning()) && !xSlideShow->isFullScreen(… in ArrangeGUIElements()
H A Ddrawview.cxx502 if(xSlideshow.is() && xSlideshow->isRunning()) in CompleteRedraw()
531 if( xSlideshow.is() && xSlideshow->isRunning() ) in PresPaint()
/aoo4110/main/sd/source/ui/slideshow/
H A Dslideshow.cxx254 return xSlideShow.is() && xSlideShow->isRunning(); in IsRunning()
262 …return xSlideShow.is() && xSlideShow->isRunning() && (xSlideShow->mxController->getViewShell() == … in IsRunning()
906 ::sal_Bool SAL_CALL SlideShow::isRunning( ) throw (RuntimeException) in isRunning() function in SlideShow
909 return mxController.is() && mxController->isRunning(); in isRunning()
/aoo4110/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java280 public boolean isRunning() { in isRunning() method in OpenOffice
300 if (isRunning()) in start()
/aoo4110/main/sw/source/core/docnode/
H A Dfinalthreadmanager.cxx436 if ( mpTerminateOfficeThread->isRunning() ) in queryTermination()
478 if ( mpTerminateOfficeThread->isRunning() ) in notifyTermination()
/aoo4110/main/reportbuilder/java/com/sun/star/report/
H A DReportJob.java74 boolean isRunning(); in isRunning() method
/aoo4110/main/vcl/inc/vcl/
H A Dthrobber.hxx69 bool isRunning() const;
/aoo4110/main/sd/source/ui/tools/
H A DIdleDetection.cxx99 if( xSlideShow.is() && xSlideShow->isRunning() ) in CheckSlideShowRunning()
/aoo4110/main/vos/inc/vos/
H A Dthread.hxx121 sal_Bool SAL_CALL isRunning();
/aoo4110/main/sw/source/ui/inc/
H A Dmaildispatcher.hxx126 using osl::Thread::isRunning;
/aoo4110/main/sal/qa/rtl/doublelock/
H A Drtl_doublelocking.cxx151 if (isRunning()) in ~OGetThread()
/aoo4110/main/sal/inc/osl/
H A Dthread.hxx113 sal_Bool SAL_CALL isRunning() const in isRunning() function in osl::Thread

Completed in 186 milliseconds

12