Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c9974 pthread_mutex_t wd_mutex; member
10127 pthread_mutex_lock(&wd->wd_mutex); in wait_status_thread()
10129 ret = pthread_cond_timedwait(&wd->wd_cv, &wd->wd_mutex, in wait_status_thread()
10131 pthread_mutex_unlock(&wd->wd_mutex); in wait_status_thread()
10164 pthread_mutex_init(&wd.wd_mutex, NULL); in zpool_do_wait()
10290 pthread_mutex_lock(&wd.wd_mutex); in zpool_do_wait()
10293 pthread_mutex_unlock(&wd.wd_mutex); in zpool_do_wait()
10299 pthread_mutex_destroy(&wd.wd_mutex); in zpool_do_wait()