OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sleep_syncobj
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/rump/librump/rumpkern/
sleepq.c
42
syncobj_t
sleep_syncobj
;
variable
/src/sys/kern/
kern_synch.c
117
syncobj_t
sleep_syncobj
= {
variable
205
sleepq_enqueue(sq, ident, wmesg, &
sleep_syncobj
, catch_p);
206
return sleepq_block(timo, catch_p, &
sleep_syncobj
, nlocks);
230
sleepq_enqueue(sq, ident, wmesg, &
sleep_syncobj
, catch_p);
232
error = sleepq_block(timo, catch_p, &
sleep_syncobj
, nlocks);
Completed in 15 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026