HomeSort by: relevance | last modified time | path
    Searched refs:PIPE_LOCKFL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
pipe.h 81 #define PIPE_LOCKFL 0x100 /* Process has exclusive access to
  /src/sys/kern/
sys_pipe.c 340 while (pipe->pipe_state & PIPE_LOCKFL) {
350 pipe->pipe_state |= PIPE_LOCKFL;
362 KASSERT(pipe->pipe_state & PIPE_LOCKFL);
364 pipe->pipe_state &= ~PIPE_LOCKFL;
1012 KASSERT((pipe->pipe_state & PIPE_LOCKFL) == 0);

Completed in 12 milliseconds