Home
last modified time | relevance | path

Searched refs:ul_mutator (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c1966 else if (whystopped == TSTP_MUTATOR && !ulwp->ul_mutator) { in _thrp_suspend()
2151 if ((whystopped == TSTP_MUTATOR && !ulwp->ul_mutator)) { in _thrp_continue()
2715 else if (ulwp->ul_mutator != enabled) { in thr_setmutator()
2727 ulwp->ul_mutator = enabled; in thr_setmutator()
2798 if (!ulwp->ul_mutator) { in thr_suspend_allmutators()
2907 if (!ulwp->ul_mutator) in thr_wait_mutator()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h625 char ul_mutator; /* lwp is a mutator (java interface) */ member
1092 char ul_mutator; /* lwp is a mutator (java interface) */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c577 ulwp.ul_mutator); in d_ulwp()