Home
last modified time | relevance | path

Searched refs:ul_wchan (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libc/port/threads/
H A Dsynch.c534 ASSERT(ulwp->ul_wchan != NULL); in QVERIFY()
536 wchan = ulwp->ul_wchan; in QVERIFY()
697 ulwp->ul_wchan = qp->qh_wchan; in enqueue()
832 ASSERT(qp->qh_wchan != NULL && ulwp->ul_wchan == qp->qh_wchan); in queue_unlink()
892 ulwp->ul_wchan = NULL; in dequeue()
932 self->ul_wchan = NULL; in dequeue_self()
961 qp = queue_lock(self->ul_wchan, self->ul_qtype); in unsleep_self()
991 self->ul_wchan = mp; in mutex_lock_kernel()
1035 self->ul_wchan = NULL; in mutex_lock_kernel()
1669 ASSERT(ulwp->ul_wchan == mp); in mutex_wakeup_all()
[all …]
H A Dsema.c102 self->ul_wchan = lsp; in sema_wait_impl()
181 self->ul_wchan = NULL; in sema_wait_impl()
H A Drwlock.c438 ASSERT(ulwp->ul_wchan == rwlp); in rw_queue_release()
454 ulwp->ul_wchan = NULL; in rw_queue_release()
/titanic_41/usr/src/lib/libc_db/common/
H A Dthread_db.c1000 ulwp.ul_wchan? TD_THR_SLEEP : in __td_ta_thr_iter()
1024 ulwp.ul_wchan? TD_THR_SLEEP : in __td_ta_thr_iter()
1300 ulwp->ul_wchan? TD_THR_SLEEP : in td_thr2to()
1344 ulwp->ul_wchan? TD_THR_SLEEP : in td_thr2to32()
2428 if (ps_pdread(ph_p, (psaddr_t)&ulwp->ul_wchan, in __td_thr_sleepinfo()
2436 if (ps_pdread(ph_p, (psaddr_t)&ulwp->ul_wchan, in __td_thr_sleepinfo()
2980 if (ps_pdread(ph_p, (psaddr_t)&ulwp->ul_wchan, in waiters_cb()
2990 if (ps_pdread(ph_p, (psaddr_t)&ulwp->ul_wchan, in waiters_cb()
/titanic_41/usr/src/lib/libc/inc/
H A Dthr_uberdata.h641 void *ul_wchan; /* synch object when sleeping */ member
1074 caddr32_t ul_wchan; /* synch object when sleeping */ member
/titanic_41/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c627 prt_addr(ulwp.ul_wchan, 0)); in d_ulwp()