Home
last modified time | relevance | path

Searched refs:ul_schedctl (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dcancel.c318 if ((scp = self->ul_schedctl) != NULL || in set_cancel_pending_flag()
344 if ((scp = self->ul_schedctl) != NULL || in set_cancel_eintr_flag()
364 if ((scp = self->ul_schedctl) != NULL || in set_parking_flag()
407 (((scp = self->ul_schedctl) != NULL || in cancel_active()
H A Dsynch.c701 if ((ulwp->ul_schedctl != NULL && in enqueue()
702 ulwp->ul_schedctl->sc_cid == ulwp->ul_rtclassid) | in enqueue()
1111 if ((scp = self->ul_schedctl) == NULL && /* no shared state yet */ in setup_schedctl()
1117 self->ul_schedctl = scp = tmp; in setup_schedctl()
1159 if (*(ptr = &self->ul_schedctl) == NULL) in _thr_schedctl()
1175 if ((scp = self->ul_schedctl) != NULL || in no_preempt()
1196 if ((scp = self->ul_schedctl) != NULL) { in preempt()
1230 volatile sc_shared_t *scp = self->ul_schedctl; in preempt_unpark()
1333 ((scp = ulwp->ul_schedctl) == NULL || in mutex_trylock_adaptive()
1421 ((scp = ulwp->ul_schedctl) == NULL || in mutex_queuelock_adaptive()
H A Dthr.c842 self->ul_schedctl = NULL; in _thrp_exit()
889 self->ul_schedctl = NULL; in _thrp_exit()
1641 ulwp->ul_schedctl = NULL; in mark_dead_and_buried()
2028 self->ul_schedctl = NULL; in _thrp_suspend()
2043 self->ul_schedctl = NULL; in _thrp_suspend()
2108 ulwp->ul_schedctl = NULL; in continue_fork()
H A Dscalls.c244 self->ul_schedctl = NULL; in forkx()
323 self->ul_schedctl = NULL; in forkallx()
H A Dsigaction.c497 if ((scp = self->ul_schedctl) != NULL || in block_all_signals()
/illumos-gate/usr/src/lib/libc/i386/
H A Doffsets.in48 ul_schedctl
/illumos-gate/usr/src/lib/libc/sparc/
H A Doffsets.in46 ul_schedctl
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h633 volatile sc_shared_t *ul_schedctl; /* schedctl data */ member
1100 caddr32_t ul_schedctl; /* schedctl data */ member
1268 ((ulwp)->ul_schedctl? (ulwp)->ul_schedctl->sc_priority : 0)
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsched.c573 if ((scp = self->ul_schedctl) == NULL && in update_sched()
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c593 prt_addr((void *)ulwp.ul_schedctl, 0)); in d_ulwp()