Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDpipe.h95 #define PIPE_LWANT 0x200 /* Process wants exclusive access to pointers/data. */ macro
/NextBSD/sys/kern/
HDsys_pipe.c580 cpipe->pipe_state |= PIPE_LWANT;
603 if (cpipe->pipe_state & PIPE_LWANT) {
604 cpipe->pipe_state &= ~PIPE_LWANT;