HomeSort by: relevance | last modified time | path
    Searched defs:module_thread_cv (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
kern_module.c 112 static kcondvar_t module_thread_cv; variable in typeref:typename:kcondvar_t
442 cv_init(&module_thread_cv, "mod_unld");
1779 (void)cv_timedwait(&module_thread_cv, &module_thread_lock,
1798 cv_broadcast(&module_thread_cv);
kern_module.c 112 static kcondvar_t module_thread_cv; variable in typeref:typename:kcondvar_t
442 cv_init(&module_thread_cv, "mod_unld");
1779 (void)cv_timedwait(&module_thread_cv, &module_thread_lock,
1798 cv_broadcast(&module_thread_cv);
kern_module.c 112 static kcondvar_t module_thread_cv; variable in typeref:typename:kcondvar_t
442 cv_init(&module_thread_cv, "mod_unld");
1779 (void)cv_timedwait(&module_thread_cv, &module_thread_lock,
1798 cv_broadcast(&module_thread_cv);

Completed in 37 milliseconds