Lines Matching refs:pCountThread
800 OCountThread* pCountThread = new OCountThread(); in resume_001() local
801 sal_Bool bRes = pCountThread->create(); in resume_001()
804 suspendCountThread(pCountThread); in resume_001()
806 sal_Int32 nSuspendValue = pCountThread->getValue(); // (2) in resume_001()
809 pCountThread->resume(); in resume_001()
812 sal_Int32 nResumeValue = pCountThread->getValue(); in resume_001()
815 sal_Int32 nLaterValue = pCountThread->getValue(); in resume_001()
817 termAndJoinThread(pCountThread); in resume_001()
818 delete pCountThread; in resume_001()
1718 OCountThread* pCountThread = new OCountThread; in getCurrentIdentifier_001() local
1720 pCountThread->create(); in getCurrentIdentifier_001()
1722 pCountThread->setWait(3); in getCurrentIdentifier_001()
1724 oslThreadIdentifier oIdChild = pCountThread->getIdentifier(); in getCurrentIdentifier_001()
1726 termAndJoinThread(pCountThread); in getCurrentIdentifier_001()
1727 delete pCountThread; in getCurrentIdentifier_001()