Home
last modified time | relevance | path

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

/trunk/main/sal/qa/osl/process/
H A Dosl_Thread.cxx685 OCountThread* aCountThread = new OCountThread(); in TEST_F() local
686 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() local
844 sal_Bool bRes = aCountThread->create(); in TEST_F()
[all …]