OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pipelock
(Results
1 - 2
of
2
) 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
441
error =
pipelock
(rpipe, true);
591
if ((error =
pipelock
(wpipe, true)) != 0) {
711
(void)
pipelock
(wpipe, false);
sys_pipe.c
132
static int
pipelock
(struct pipe *, bool);
334
pipelock
(struct pipe *pipe, bool catch_p)
function
441
error =
pipelock
(rpipe, true);
591
if ((error =
pipelock
(wpipe, true)) != 0) {
711
(void)
pipelock
(wpipe, false);
Completed in 37 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026