Searched refs:thread_pipe (Results 1 – 1 of 1) sorted by relevance
640 int thread_pipe[2]; in FORK_TEST() local641 EXPECT_OK(pipe(thread_pipe)); in FORK_TEST()645 (void *)(intptr_t)thread_pipe[1])); in FORK_TEST()703 SEND_INT_MESSAGE(thread_pipe[0], MSG_PARENT_CHILD_SHOULD_RUN); in FORK_TEST()716 (void *)(intptr_t)thread_pipe[1])); in FORK_TEST()717 SEND_INT_MESSAGE(thread_pipe[0], MSG_PARENT_CHILD_SHOULD_RUN); in FORK_TEST()732 (void *)(intptr_t)thread_pipe[1])); in FORK_TEST()733 SEND_INT_MESSAGE(thread_pipe[0], MSG_PARENT_CHILD_SHOULD_RUN); in FORK_TEST()746 close(thread_pipe[0]); in FORK_TEST()747 close(thread_pipe[1]); in FORK_TEST()