Home
last modified time | relevance | path

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

/AOO42X/main/sal/qa/osl/process/
H A Dosl_Thread.cxx697 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()
[all …]