Home
last modified time | relevance | path

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

/mirbsd/src/sys/sys/
Dpipe.h68 #define PIPE_LWANT 0x200 /* Process wants exclusive access to pointers/data. */ macro
/mirbsd/src/sys/kern/
Dsys_pipe.c238 cpipe->pipe_state |= PIPE_LWANT;
254 if (cpipe->pipe_state & PIPE_LWANT) {
255 cpipe->pipe_state &= ~PIPE_LWANT;