Searched refs:status_thr (Results 1 – 1 of 1) sorted by relevance
13497 pthread_t status_thr; in zpool_do_wait() local13590 if (pthread_create(&status_thr, NULL, wait_status_thread, &wd) in zpool_do_wait()13636 (void) pthread_join(status_thr, (void *)&status); in zpool_do_wait()