Searched refs:thread_pipe (Results 1 – 1 of 1) sorted by relevance
598 int thread_pipe[2]; in FORK_TEST() local599 EXPECT_OK(pipe(thread_pipe)); in FORK_TEST()603 (void *)(intptr_t)thread_pipe[1])); in FORK_TEST()661 SEND_INT_MESSAGE(thread_pipe[0], MSG_PARENT_CHILD_SHOULD_RUN); in FORK_TEST()674 (void *)(intptr_t)thread_pipe[1])); in FORK_TEST()675 SEND_INT_MESSAGE(thread_pipe[0], MSG_PARENT_CHILD_SHOULD_RUN); in FORK_TEST()690 (void *)(intptr_t)thread_pipe[1])); in FORK_TEST()691 SEND_INT_MESSAGE(thread_pipe[0], MSG_PARENT_CHILD_SHOULD_RUN); in FORK_TEST()704 close(thread_pipe[0]); in FORK_TEST()705 close(thread_pipe[1]); in FORK_TEST()