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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpipe.h134 #define PIPE_KNOTE 0x1000 /* Pipe has kernel events activated */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsys_pipe.c692 if (cpipe->pipe_state & PIPE_KNOTE)
1316 if (cpipe->pipe_state & PIPE_KNOTE)
1399 cpipe->pipe_state |= PIPE_KNOTE;
1419 if (cpipe->pipe_state & PIPE_KNOTE) {
1421 cpipe->pipe_state &= ~PIPE_KNOTE;

Completed in 109 milliseconds