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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpipe.h137 #define PIPE_WSELECT 0x4000 /* Some thread has done an FWRITE select on the pipe */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsys_pipe.c1216 wpipe->pipe_state |= PIPE_WSELECT;
1345 if (cpipe->pipe_state & PIPE_WSELECT) {

Completed in 215 milliseconds