Home
last modified time | relevance | path

Searched refs:cv_destroy_wakeup (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c85 cv_destroy_wakeup(kcondvar_t *cvp) in cv_destroy_wakeup() function
106 while (cv_destroy_wakeup(cvp) == 0) in __cv_destroy()
107 wait_event_timeout(cvp->cv_destroy, cv_destroy_wakeup(cvp), 1); in __cv_destroy()