Searched refs:pCountThread (Results 1 – 1 of 1) sorted by relevance
770 OCountThread* pCountThread = new OCountThread(); in TEST_F() local771 sal_Bool bRes = pCountThread->create(); in TEST_F()774 suspendCountThread(pCountThread); in TEST_F()779 pCountThread->resume(); in TEST_F()787 termAndJoinThread(pCountThread); in TEST_F()788 delete pCountThread; in TEST_F()1591 OCountThread* pCountThread = new OCountThread; in TEST_F() local1593 pCountThread->create(); in TEST_F()1595 pCountThread->setWait(3); in TEST_F()1599 termAndJoinThread(pCountThread); in TEST_F()[all …]
Completed in 25 milliseconds