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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpipe.h126 #define PIPE_WANTW 0x010 /* Writer wants space to put characters. */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsys_pipe.c786 if (rpipe->pipe_state & PIPE_WANTW) {
787 rpipe->pipe_state &= ~PIPE_WANTW;
832 rpipe->pipe_state &= ~(PIPE_WANT|PIPE_WANTW);
838 if (rpipe->pipe_state & PIPE_WANTW) {
839 rpipe->pipe_state &= ~PIPE_WANTW;
1075 wpipe->pipe_state |= PIPE_WANTW;
1602 cpipe->pipe_state &= ~(PIPE_WANTR | PIPE_WANTW);
1608 ppipe->pipe_state &= ~(PIPE_WANTR | PIPE_WANTW);

Completed in 66 milliseconds