Searched refs:SC_PARK_FLG (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dschedctl.h73 #define SC_PARK_FLG 0x01 /* calling lwp_park() */ macro
/opensolaris-onvv-gate/usr/src/lib/libc/port/threads/
H A Dcancel.c368 scp->sc_flgs |= SC_PARK_FLG;
375 scp->sc_flgs &= ~(SC_PARK_FLG | SC_CANCEL_FLG);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dschedctl.c401 return ((tdp->sc_flgs & SC_PARK_FLG) != 0);
413 * libc will set "sc_flgs |= SC_PARK_FLG" before calling lwpsys_park(0, tid)
417 * are not aware of the SC_PARK_FLG flag.
419 * Older versions of libthread which are not aware of the SC_PARK_FLG flag
429 tdp->sc_flgs |= SC_PARK_FLG;
442 tdp->sc_flgs &= ~SC_PARK_FLG;

Completed in 43 milliseconds