Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDsys_pipe.c229 static __inline int pipelock(struct pipe *cpipe, int catch);
572 pipelock(cpipe, catch) in pipelock() function
669 error = pipelock(rpipe, 1);
787 error = pipelock(rpipe, 1);
942 error = pipelock(wpipe, 1);
1011 pipelock(wpipe, 0);
1050 error = pipelock(wpipe, 1);
1119 pipelock(wpipe, 0);
1275 pipelock(wpipe, 0);
1659 pipelock(cpipe, 0);
[all …]