Searched refs:cv_destroy_wakeup (Results 1 – 1 of 1) sorted by relevance
85 cv_destroy_wakeup(kcondvar_t *cvp) in cv_destroy_wakeup() function106 while (cv_destroy_wakeup(cvp) == 0) in __cv_destroy()107 wait_event_timeout(cvp->cv_destroy, cv_destroy_wakeup(cvp), 1); in __cv_destroy()