Searched refs:thread_pipe (Results 1 – 1 of 1) sorted by relevance
596 int thread_pipe[2]; in FORK_TEST() local597 EXPECT_OK(pipe(thread_pipe)); in FORK_TEST()601 (void *)(intptr_t)thread_pipe[1])); in FORK_TEST()659 SEND_INT_MESSAGE(thread_pipe[0], MSG_PARENT_CHILD_SHOULD_RUN); in FORK_TEST()672 (void *)(intptr_t)thread_pipe[1])); in FORK_TEST()673 SEND_INT_MESSAGE(thread_pipe[0], MSG_PARENT_CHILD_SHOULD_RUN); in FORK_TEST()688 (void *)(intptr_t)thread_pipe[1])); in FORK_TEST()689 SEND_INT_MESSAGE(thread_pipe[0], MSG_PARENT_CHILD_SHOULD_RUN); in FORK_TEST()702 close(thread_pipe[0]); in FORK_TEST()703 close(thread_pipe[1]); in FORK_TEST()