Searched refs:status_thr (Results 1 – 1 of 1) sorted by relevance
13271 pthread_t status_thr; in zpool_do_wait() local13364 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()