Home
last modified time | relevance | path

Searched refs:thread_pipefds (Results 1 – 1 of 1) sorted by relevance

/src/tests/sys/capsicum/
H A Dprocdesc.cc242 int thread_pipefds[2]; in ThreadMain() local
243 EXPECT_EQ(0, pipe(thread_pipefds)); in ThreadMain()
245 (void *)(intptr_t)thread_pipefds[0])); in ThreadMain()
250 AWAIT_INT_MESSAGE(thread_pipefds[1], MSG_CHILD_STARTED); in ThreadMain()
251 close(thread_pipefds[0]); in ThreadMain()
252 close(thread_pipefds[1]); in ThreadMain()