Searched refs:pThreads (Results 1 – 5 of 5) sorted by relevance
133 while (test->env->pThreads) { in cleanUpTestChildren()134 pTmpThread = test->env->pThreads->next; in cleanUpTestChildren()135 pTmpThreadLast = test->env->pThreads; in cleanUpTestChildren()139 test->env->pThreads = pTmpThread; in cleanUpTestChildren()168 pNewThread->next = test->env->pThreads; in CreateTestChild()169 test->env->pThreads = pNewThread; in CreateTestChild()170 test->env->pThreads->hThread = hTmpThread; in CreateTestChild()
57 env->pThreads = NULL; in init_gbl_data()
262 thread_struct_t *pThreads; /* List of child test processes */ member
56 THREAD_PTR* pThreads; member
1243 pPool->pThreads = new (std::nothrow) THREAD_PTR[pPool->numThreads]; in CreateThreadPool()1244 assert(pPool->pThreads); in CreateThreadPool()1384 pPool->pThreads[workerId] = in StartThreadPool()1405 pPool->pThreads[t]->detach(); in DestroyThreadPool()1406 delete (pPool->pThreads[t]); in DestroyThreadPool()1416 delete[] pPool->pThreads; in DestroyThreadPool()