Home
last modified time | relevance | path

Searched refs:t_wchan0 (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dshuttle.c52 ASSERT(t->t_wchan0 == (caddr_t)1 && t->t_wchan == NULL); in shuttle_unsleep()
54 t->t_wchan0 = NULL; in shuttle_unsleep()
113 curthread->t_wchan0 = (caddr_t)1; in shuttle_resume()
129 t->t_wchan0 = NULL; in shuttle_resume()
190 curthread->t_wchan0 = (caddr_t)1; in shuttle_swtch()
229 t->t_wchan0 = (caddr_t)1; in shuttle_sleep()
H A Dthread.c727 t->t_wchan0 = NULL; in thread_free()
1447 ASSERT(t->t_wchan0 == NULL && t->t_wchan == NULL); in setrun_locked()
/illumos-gate/usr/src/uts/common/os/
H A Dsleepq.c180 t->t_wchan0 = NULL; in sleepq_unsleep()
226 ASSERT(tp->t_wchan0 == NULL); in sleepq_wakeone_chan()
257 ASSERT(tp->t_wchan0 == NULL); in sleepq_wakeall_chan()
H A Dturnstile.c452 ASSERT(t->t_wchan0 == NULL && t->t_wchan == NULL); in turnstile_block()
476 t->t_wchan0 = (caddr_t)1; in turnstile_block()
710 t->t_wchan0 = NULL; in turnstile_dequeue()
H A Dsemaphore.c76 ASSERT(curthread->t_wchan0 == NULL); \
190 t->t_wchan0 = NULL; in sema_unsleep()
H A Dcondvar.c150 ASSERT(t->t_wchan0 == NULL && t->t_wchan == NULL); in cv_block()
H A Dsig.c986 if (tx->t_wchan0 == NULL) in stop()
1092 tx->t_wchan0 == NULL || in stop()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h138 #define t_wchan0 t_lwpchan.lc_wchan0 macro
479 (t)->t_wchan0 != NULL && \
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_timer.c87 t->t_wchan0 != NULL) in lwp_timer_timeout()
H A Dlwp_sobj.c1448 tp->t_wchan0 = NULL; in lwp_release()
1479 tp->t_wchan0 = NULL; in lwp_release_all()
2312 tp->t_wchan0 = NULL; in lwp_rwlock_release()
2832 if (t->t_wchan0 != NULL) { in lwp_unsleep()
2861 if (t->t_wchan0 != NULL) { in lwp_change_pri()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1197 if (t->t_wchan0 == NULL) in pr_stop()
2495 t->t_wchan0 == NULL) in pr_allstopped()
2525 if ((ISWAKEABLE(t) && (t->t_wchan0 == NULL)) || in pauselwps()
H A Dprsubr.c181 t->t_wchan0 == NULL) { in prchoose()