Searched refs:pipe_cb (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/tests/sys/kern/
H A Dpdeathsig.c162 int pipe_cb[2]; local
167 rc = pipe(pipe_cb);
193 rc = write(pipe_cb[1], ".", 1);
211 rc = read(pipe_cb[0], &buffer, 1);

Completed in 186 milliseconds