Lines Matching refs:nLaterValue

697             sal_Int32 nLaterValue = aCountThread->getValue();    // (3)  in TEST_F()  local
703 ASSERT_TRUE(bRes == sal_True && nValue == nLaterValue) << "Suspend the thread"; in TEST_F()
735 sal_Int32 nLaterValue = aThread->getValue(); // (3) in TEST_F()
742 ASSERT_TRUE(bRes == sal_True && nValue == nLaterValue) << "Suspend the thread"; in TEST_F()
785 sal_Int32 nLaterValue = pCountThread->getValue(); in TEST_F() local
792 printf("LaterValue: %d\n", nLaterValue); in TEST_F()
795 ASSERT_TRUE(nLaterValue >= 9 && in TEST_F()
797 nLaterValue > nResumeValue) << "Suspend then resume the thread"; in TEST_F()
851 sal_Int32 nLaterValue = aCountThread->getValue(); in TEST_F() local
859 printf("nLaterValue = %d\n", nLaterValue); in TEST_F()
861 ASSERT_TRUE(isRunning == sal_False && nLaterValue >= nValue) << "Terminate the thread"; in TEST_F()
881 sal_Int32 nLaterValue = aCountThread->getValue(); in TEST_F() local
885 printf("nLaterValue = %d\n", nLaterValue); in TEST_F()
887 ASSERT_TRUE(nLaterValue > nValue) << "Suspend then resume the thread"; in TEST_F()
1761 sal_Int32 nLaterValue = aThread->getValue(); in TEST_F() local
1764 printf("later value = %d\n", nLaterValue); in TEST_F()
1767 ASSERT_TRUE(nLaterValue == nValue) << "Schedule: suspend works."; in TEST_F()
1803 sal_Int32 nLaterValue = aThread.getValue(); in TEST_F() local
1809 printf("later value = %d\n", nLaterValue); in TEST_F()
1813 …ASSERT_TRUE(nLaterValue == nValue) << "Schedule: don't schedule in thread run method, suspend work… in TEST_F()
1819 …ASSERT_TRUE(nLaterValue > nValue) << "Schedule: don't schedule in thread run method, suspend does … in TEST_F()