Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/threads/
H A Dcancel.c319 if ((scp = self->ul_schedctl) != NULL || in set_cancel_pending_flag()
345 if ((scp = self->ul_schedctl) != NULL || in set_cancel_eintr_flag()
365 if ((scp = self->ul_schedctl) != NULL || in set_parking_flag()
408 (((scp = self->ul_schedctl) != NULL || in cancel_active()
H A Dsynch.c700 if ((ulwp->ul_schedctl != NULL && in enqueue()
701 ulwp->ul_schedctl->sc_cid == ulwp->ul_rtclassid) | in enqueue()
1110 if ((scp = self->ul_schedctl) == NULL && /* no shared state yet */ in setup_schedctl()
1116 self->ul_schedctl = scp = tmp; in setup_schedctl()
1158 if (*(ptr = &self->ul_schedctl) == NULL) in _thr_schedctl()
1174 if ((scp = self->ul_schedctl) != NULL || in no_preempt()
1195 if ((scp = self->ul_schedctl) != NULL) { in preempt()
1229 volatile sc_shared_t *scp = self->ul_schedctl; in preempt_unpark()
1332 ((scp = ulwp->ul_schedctl) == NULL || in mutex_trylock_adaptive()
1420 ((scp = ulwp->ul_schedctl) == NULL || in mutex_queuelock_adaptive()
H A Dthr.c837 self->ul_schedctl = NULL; in _thrp_exit()
884 self->ul_schedctl = NULL; in _thrp_exit()
1640 ulwp->ul_schedctl = NULL; in mark_dead_and_buried()
2027 self->ul_schedctl = NULL; in _thrp_suspend()
2042 self->ul_schedctl = NULL; in _thrp_suspend()
2107 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.c493 if ((scp = self->ul_schedctl) != NULL || in block_all_signals()
/titanic_50/usr/src/lib/libc/sparc/
H A Doffsets.in46 ul_schedctl
/titanic_50/usr/src/lib/libc/i386/
H A Doffsets.in48 ul_schedctl
/titanic_50/usr/src/lib/libc/inc/
H A Dthr_uberdata.h627 volatile sc_shared_t *ul_schedctl; /* schedctl data */ member
1083 caddr32_t ul_schedctl; /* schedctl data */ member
1248 ((ulwp)->ul_schedctl? (ulwp)->ul_schedctl->sc_priority : 0)
/titanic_50/usr/src/lib/libc/port/rt/
H A Dsched.c575 if ((scp = self->ul_schedctl) == NULL && in update_sched()
/titanic_50/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c589 prt_addr((void *)ulwp.ul_schedctl, 0)); in d_ulwp()