Home
last modified time | relevance | path

Searched refs:sc_yield (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/head/
H A Dschedctl.h49 (((schedctl_t *)(p))->sc_yield? (yield(), 0) : 0)))
/titanic_41/usr/src/uts/common/sys/
H A Dschedctl.h52 volatile short sc_yield; member
/titanic_41/usr/src/uts/common/os/
H A Dschedctl.c290 t->t_schedctl->sc_preemptctl.sc_yield = val; in schedctl_set_yield()
/titanic_41/usr/src/lib/libc/port/threads/
H A Dsynch.c1199 if (scp->sc_preemptctl.sc_yield && in preempt()
1202 if (scp->sc_preemptctl.sc_yield) { in preempt()
1209 scp->sc_preemptctl.sc_yield = 0; in preempt()
1231 if ((scp != NULL && scp->sc_preemptctl.sc_yield) || in preempt_unpark()