Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dpipe.h138 #define PIPE_LWANT 0x200 /* Process wants exclusive access to pointers/data. */ macro
/xnu-8019.80.24/bsd/kern/
H A Dsys_pipe.c682 cpipe->pipe_state |= PIPE_LWANT; in pipeio_lock()
700 if (cpipe->pipe_state & PIPE_LWANT) { in pipeio_unlock()
701 cpipe->pipe_state &= ~PIPE_LWANT; in pipeio_unlock()