Searched refs:pThreads (Results 1 – 3 of 3) 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()
261 thread_struct_t *pThreads; /* List of child test processes */ member