HomeSort by: relevance | last modified time | path
    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