Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dpipe.h144 #define PIPE_WSELECT 0x4000 /* Some thread has done an FWRITE select on the pipe */ macro
/xnu-10063.101.15/bsd/kern/
H A Dsys_pipe.c1283 wpipe->pipe_state |= PIPE_WSELECT; in pipe_select()