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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpipe.h130 #define PIPE_LOCKFL 0x100 /* Process has exclusive access to pointers/data. */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsys_pipe.c658 while (cpipe->pipe_state & PIPE_LOCKFL) {
665 cpipe->pipe_state |= PIPE_LOCKFL;
675 cpipe->pipe_state &= ~PIPE_LOCKFL;

Completed in 141 milliseconds