Home
last modified time | relevance | path

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

/aoo42x/main/framework/test/threadtest/
H A Dthreadtest.cxx630 ThreadInfo* pThreads = new ThreadInfo[nThreadCount]; in measureTime() local
647 pThreads[nI].pCondition = new Condition; in measureTime()
649 pThreads[nI].pThread = new TestThread( &aClass, nLoopCount, pThreads[nI].pCondition, bOwner ); in measureTime()
661 pThreads[nI].pThread->create(); in measureTime()
667 pThreads[nI].pCondition->wait(); in measureTime()
668 delete pThreads[nI].pCondition; in measureTime()
669 pThreads[nI].pCondition = NULL; in measureTime()
670 pThreads[nI].pThread = NULL; in measureTime()
673 delete[] pThreads; in measureTime()
674 pThreads = NULL; in measureTime()
/aoo42x/main/framework/test/
H A Dthreadtest.cxx635 ThreadInfo* pThreads = new ThreadInfo[nThreadCount]; in measureTime() local
652 pThreads[nI].pCondition = new Condition; in measureTime()
654 pThreads[nI].pThread = new TestThread( &aClass, nLoopCount, pThreads[nI].pCondition, bOwner ); in measureTime()
666 pThreads[nI].pThread->create(); in measureTime()
672 pThreads[nI].pCondition->wait(); in measureTime()
673 delete pThreads[nI].pCondition; in measureTime()
674 pThreads[nI].pCondition = NULL; in measureTime()
677 delete[] pThreads; in measureTime()
678 pThreads = NULL; in measureTime()

Completed in 22 milliseconds