Lines Matching refs:pCountThread
770 OCountThread* pCountThread = new OCountThread(); in TEST_F() local
771 sal_Bool bRes = pCountThread->create(); in TEST_F()
774 suspendCountThread(pCountThread); in TEST_F()
776 sal_Int32 nSuspendValue = pCountThread->getValue(); // (2) in TEST_F()
779 pCountThread->resume(); in TEST_F()
782 sal_Int32 nResumeValue = pCountThread->getValue(); in TEST_F()
785 sal_Int32 nLaterValue = pCountThread->getValue(); 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()
1597 oslThreadIdentifier oIdChild = pCountThread->getIdentifier(); in TEST_F()
1599 termAndJoinThread(pCountThread); in TEST_F()
1600 delete pCountThread; in TEST_F()