OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:module_thread_lock
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
kern_module.c
116
static kmutex_t
module_thread_lock
;
variable
446
mutex_init(&
module_thread_lock
, MUTEX_DEFAULT, IPL_NONE);
1783
mutex_enter(&
module_thread_lock
);
1784
(void)cv_timedwait(&module_thread_cv, &
module_thread_lock
,
1787
mutex_exit(&
module_thread_lock
);
1801
mutex_enter(&
module_thread_lock
);
1804
mutex_exit(&
module_thread_lock
);
Completed in 15 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026