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()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[all …]