Searched refs:pCountThread (Results 1 – 1 of 1) sorted by relevance
800 OCountThread* pCountThread = new OCountThread(); in resume_001() local801 sal_Bool bRes = pCountThread->create(); in resume_001()804 suspendCountThread(pCountThread); in resume_001()809 pCountThread->resume(); in resume_001()817 termAndJoinThread(pCountThread); in resume_001()818 delete pCountThread; in resume_001()1718 OCountThread* pCountThread = new OCountThread; in getCurrentIdentifier_001() local1720 pCountThread->create(); in getCurrentIdentifier_001()1722 pCountThread->setWait(3); in getCurrentIdentifier_001()1726 termAndJoinThread(pCountThread); in getCurrentIdentifier_001()[all …]
Completed in 14 milliseconds