Home
last modified time | relevance | path

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

/aoo42x/main/sal/qa/osl/process/
H A Dosl_Thread.cxx770 OCountThread* pCountThread = new OCountThread(); in TEST_F() local
771 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() local
1593 pCountThread->create(); in TEST_F()
1595 pCountThread->setWait(3); in TEST_F()
1599 termAndJoinThread(pCountThread); in TEST_F()
[all …]

Completed in 17 milliseconds