Searched refs:aCountThread (Results 1 – 1 of 1) sorted by relevance
706 OCountThread* aCountThread = new OCountThread(); in suspend_001() local707 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() local885 sal_Bool bRes = aCountThread->create(); in terminate_001()[all …]