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