Searched refs:pNewThread (Results 1 – 1 of 1) sorted by relevance
152 thread_struct_t *pNewThread; in CreateTestChild() local158 if ((pNewThread = in CreateTestChild()167 memset(pNewThread, 0, sizeof(thread_struct_t)); in CreateTestChild()168 pNewThread->next = test->env->pThreads; in CreateTestChild()169 test->env->pThreads = pNewThread; in CreateTestChild()