Searched refs:thread_pipefds (Results 1 – 1 of 1) sorted by relevance
258 int thread_pipefds[2]; in ThreadMain() local259 EXPECT_EQ(0, pipe(thread_pipefds)); in ThreadMain()261 (void *)(intptr_t)thread_pipefds[0])); in ThreadMain()266 AWAIT_INT_MESSAGE(thread_pipefds[1], MSG_CHILD_STARTED); in ThreadMain()267 close(thread_pipefds[0]); in ThreadMain()268 close(thread_pipefds[1]); in ThreadMain()