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.c11425 pthread_t status_thr; in zpool_do_wait() local
11518 if (pthread_create(&status_thr, NULL, wait_status_thread, &wd) in zpool_do_wait()
11564 (void) pthread_join(status_thr, (void *)&status); in zpool_do_wait()