Lines Matching refs:isRunning

117 …SERT_MESSAGE( "#IncreaseThread does not shutdown properly.\n", sal_False == this -> isRunning( ) );  in ~IncreaseThread()
145 …SERT_MESSAGE( "#DecreaseThread does not shutdown properly.\n", sal_False == this -> isRunning( ) ); in ~DecreaseThread()
183 …IT_ASSERT_MESSAGE( "#PutThread does not shutdown properly.\n", sal_False == this -> isRunning( ) ); in ~PutThread()
221 …T_ASSERT_MESSAGE( "#HoldThread does not shutdown properly.\n", sal_False == this -> isRunning( ) ); in ~HoldThread()
243 …T_ASSERT_MESSAGE( "#WaitThread does not shutdown properly.\n", sal_False == this -> isRunning( ) ); in ~WaitThread()
267 …T_MESSAGE( "#GlobalMutexThread does not shutdown properly.\n", sal_False == this -> isRunning( ) ); in ~GlobalMutexThread()
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()
601 …_ASSERT_MESSAGE( "#GuardThread does not shutdown properly.\n", sal_False == this -> isRunning( ) ); in ~GuardThread()
630 sal_Bool bRes1 = myThread.isRunning(); in ctor_001()
652 sal_Bool bRes = myThread.isRunning( ); in ctor_002()
687 …RT_MESSAGE( "#ClearGuardThread does not shutdown properly.\n", sal_False == this -> isRunning( ) ); in ~ClearGuardThread()
792 sal_Bool bRes = myThread.isRunning( ); in clear_002()
797 sal_Bool bRes1 = myThread.isRunning( ); in clear_002()
829 …RT_MESSAGE( "#ResetGuardThread does not shutdown properly.\n", sal_False == this -> isRunning( ) ); in ~ResetGuardThread()
897 sal_Bool bRes = myThread.isRunning( ); in reset_001()