Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/capsicum-test/
H A Dprocdesc.cc258 int thread_pipefds[2]; in ThreadMain() local
259 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()