Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c13271 pthread_t status_thr; in zpool_do_wait() local
13364 if (pthread_create(&status_thr, NULL, wait_status_thread, &wd) in zpool_do_wait()
13410 (void) pthread_join(status_thr, (void *)&status); in zpool_do_wait()