Lines Matching refs:zthr_thread
201 kthread_t *zthr_thread; member
241 ASSERT3P(t->zthr_thread, ==, curthread); in zthr_procedure()
267 t->zthr_thread = NULL; in zthr_procedure()
306 t->zthr_thread = thread_create_named(zthr_name, NULL, 0, in zthr_create_timer()
319 VERIFY0P(t->zthr_thread); in zthr_destroy()
387 if (t->zthr_thread != NULL) { in zthr_cancel()
393 while (t->zthr_thread != NULL) in zthr_cancel()
430 if (t->zthr_thread == NULL) { in zthr_resume()
431 t->zthr_thread = thread_create_named(t->zthr_name, NULL, 0, in zthr_resume()
453 ASSERT3P(t->zthr_thread, ==, curthread); in zthr_iscancelled()
476 return (t->zthr_thread == curthread); in zthr_iscurthread()
510 if (t->zthr_thread != NULL) { in zthr_wait_cycle_done()
516 while ((t->zthr_haswaiters) && (t->zthr_thread != NULL)) in zthr_wait_cycle_done()
536 ASSERT3P(t->zthr_thread, ==, curthread); in zthr_has_waiters()