Searched refs:nLaterValue (Results 1 – 1 of 1) sorted by relevance
697 sal_Int32 nLaterValue = aCountThread->getValue(); // (3) in TEST_F() local703 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() local792 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() local859 printf("nLaterValue = %d\n", nLaterValue); in TEST_F()[all …]