OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipe_draincv
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
pipe.h
94
kcondvar_t
pipe_draincv
; /* cv for close */
member in struct:pipe
/src/sys/kern/
sys_pipe.c
176
cv_init(&pipe->
pipe_draincv
, "pipe_drn");
193
cv_destroy(&pipe->
pipe_draincv
);
542
cv_broadcast(&rpipe->
pipe_draincv
);
595
cv_broadcast(&wpipe->
pipe_draincv
);
721
cv_broadcast(&wpipe->
pipe_draincv
);
970
KASSERT(cv_is_valid(&pipe->
pipe_draincv
));
989
cv_wait_sig(&pipe->
pipe_draincv
, lock);
Completed in 22 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025