Searched refs:zthr_thread (Results 1 – 1 of 1) sorted by relevance
199 kthread_t *zthr_thread; member236 ASSERT3P(t->zthr_thread, ==, curthread); in zthr_procedure()262 t->zthr_thread = NULL; in zthr_procedure()300 t->zthr_thread = thread_create_named(zthr_name, NULL, 0, in zthr_create_timer()313 VERIFY3P(t->zthr_thread, ==, NULL); in zthr_destroy()381 if (t->zthr_thread != NULL) { in zthr_cancel()387 while (t->zthr_thread != NULL) in zthr_cancel()424 if (t->zthr_thread == NULL) { in zthr_resume()447 ASSERT3P(t->zthr_thread, ==, curthread); in zthr_iscancelled()498 if (t->zthr_thread != NULL) { in zthr_wait_cycle_done()[all …]