HomeSort by: relevance | last modified time | path
    Searched defs:pipelock (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
sys_pipe.c 132 static int pipelock(struct pipe *, bool);
334 pipelock(struct pipe *pipe, bool catch_p) function in typeref:typename:int
441 error = pipelock(rpipe, true);
591 if ((error = pipelock(wpipe, true)) != 0) {
711 (void)pipelock(wpipe, false);

Completed in 37 milliseconds