Home
last modified time | relevance | path

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

/aoo41x/main/sal/qa/osl/process/
H A Dosl_Thread.cxx800 OCountThread* pCountThread = new OCountThread(); in resume_001() local
801 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() local
1720 pCountThread->create(); in getCurrentIdentifier_001()
1722 pCountThread->setWait(3); in getCurrentIdentifier_001()
1726 termAndJoinThread(pCountThread); in getCurrentIdentifier_001()
[all …]

Completed in 24 milliseconds