Searched refs:aCountThread (Results 1 – 1 of 1) sorted by relevance
685 OCountThread* aCountThread = new OCountThread(); in TEST_F() local686 sal_Bool bRes = aCountThread->create(); in TEST_F()689 suspendCountThread( aCountThread ); in TEST_F()692 sal_Int32 nValue = aCountThread->getValue(); // (2) in TEST_F()697 sal_Int32 nLaterValue = aCountThread->getValue(); // (3) in TEST_F()699 resumeAndWaitThread(aCountThread); in TEST_F()700 termAndJoinThread(aCountThread); in TEST_F()701 delete aCountThread; in TEST_F()843 OCountThread* aCountThread = new OCountThread(); in TEST_F() local844 sal_Bool bRes = aCountThread->create(); in TEST_F()[all …]