Home
last modified time | relevance | path

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

/AOO41X/main/sal/qa/osl/process/
H A Dosl_Thread.cxx706 OCountThread* aCountThread = new OCountThread(); in suspend_001() local
707 sal_Bool bRes = aCountThread->create(); in suspend_001()
710 suspendCountThread( aCountThread ); in suspend_001()
713 sal_Int32 nValue = aCountThread->getValue(); // (2) in suspend_001()
718 sal_Int32 nLaterValue = aCountThread->getValue(); // (3) in suspend_001()
720 resumeAndWaitThread(aCountThread); in suspend_001()
721 termAndJoinThread(aCountThread); in suspend_001()
722 delete aCountThread; in suspend_001()
884 OCountThread* aCountThread = new OCountThread(); in terminate_001() local
885 sal_Bool bRes = aCountThread->create(); in terminate_001()
[all …]