Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dpipe.h137 #define PIPE_LOCKFL 0x100 /* Process has exclusive access to pointers/data. */ macro
/xnu-8792.41.9/bsd/kern/
H A Dsys_pipe.c681 while (cpipe->pipe_state & PIPE_LOCKFL) { in pipeio_lock()
689 cpipe->pipe_state |= PIPE_LOCKFL; in pipeio_lock()
699 cpipe->pipe_state &= ~PIPE_LOCKFL; in pipeio_unlock()