Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dpipe.h131 #define PIPE_ASYNC 0x004 /* Async? I/O. */ macro
/xnu-11417.121.6/bsd/kern/
H A Dsys_pipe.c720 if (spipe && (spipe->pipe_state & PIPE_ASYNC) && spipe->pipe_pgid) { in pipeselwakeup()
1213 mpipe->pipe_state |= PIPE_ASYNC; in pipe_ioctl()
1215 mpipe->pipe_state &= ~PIPE_ASYNC; in pipe_ioctl()