Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c538 wchan = ulwp->ul_wchan; in QVERIFY()
894 ulwp->ul_wchan = NULL; in dequeue()
934 self->ul_wchan = NULL; in dequeue_self()
993 self->ul_wchan = mp; in mutex_lock_kernel()
1037 self->ul_wchan = NULL; in mutex_lock_kernel()
1674 ulwp->ul_wchan = NULL; in mutex_wakeup_all()
1793 self->ul_wchan = mp; in mutex_lock_queue()
3371 self->ul_wchan = cvp; in cond_sleep_kernel()
3395 self->ul_wchan = NULL; in cond_sleep_kernel()
3467 self->ul_wchan = cvp; in cond_wait_common()
[all …]
H A Dsema.c99 self->ul_wchan = lsp; in sema_wait_impl()
178 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()
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c1027 ulwp.ul_wchan? TD_THR_SLEEP : in __td_ta_thr_iter()
1051 ulwp.ul_wchan? TD_THR_SLEEP : in __td_ta_thr_iter()
1327 ulwp->ul_wchan? TD_THR_SLEEP : in td_thr2to()
1371 ulwp->ul_wchan? TD_THR_SLEEP : in td_thr2to32()
2448 if (ps_pdread(ph_p, (psaddr_t)&ulwp->ul_wchan, in __td_thr_sleepinfo()
2456 if (ps_pdread(ph_p, (psaddr_t)&ulwp->ul_wchan, in __td_thr_sleepinfo()
2999 if (ps_pdread(ph_p, (psaddr_t)&ulwp->ul_wchan, in waiters_cb()
3009 if (ps_pdread(ph_p, (psaddr_t)&ulwp->ul_wchan, in waiters_cb()
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c629 prt_addr(ulwp.ul_wchan, 0)); in d_ulwp()
992 uintptr_t addr = (uintptr_t)(((ulwp_t *)wsp->walk_layer)->ul_wchan); in wchan_walk_step()
1464 if ((uintptr_t)ulwp->ul_wchan != wd->mow_target) in d_mutex_walk()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h647 void *ul_wchan; /* synch object when sleeping */ member
1114 caddr32_t ul_wchan; /* synch object when sleeping */ member