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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpipe.h131 #define PIPE_LWANT 0x200 /* Process wants exclusive access to pointers/data. */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsys_pipe.c659 cpipe->pipe_state |= PIPE_LWANT;
676 if (cpipe->pipe_state & PIPE_LWANT) {
677 cpipe->pipe_state &= ~PIPE_LWANT;

Completed in 168 milliseconds