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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpipe.h128 #define PIPE_SEL 0x040 /* Pipe has a select active. */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsys_pipe.c688 if (cpipe->pipe_state & PIPE_SEL) {
689 cpipe->pipe_state &= ~PIPE_SEL;
1209 rpipe->pipe_state |= PIPE_SEL;
1223 wpipe->pipe_state |= PIPE_SEL;
1228 rpipe->pipe_state |= PIPE_SEL;

Completed in 169 milliseconds