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

/opensolaris-onvv-gate/usr/src/lib/libc/port/threads/
H A Dcancel.c303 * is modified. Setting SC_CANCEL_FLG informs the kernel that we have
307 * with SC_EINTR_FLG set in sc_flgs. Clearing SC_CANCEL_FLG rescinds
322 scp->sc_flgs &= ~(SC_CANCEL_FLG | SC_EINTR_FLG);
324 scp->sc_flgs |= SC_CANCEL_FLG;
326 scp->sc_flgs &= ~SC_CANCEL_FLG;
373 scp->sc_flgs &= ~SC_CANCEL_FLG;
375 scp->sc_flgs &= ~(SC_PARK_FLG | SC_CANCEL_FLG);
382 scp->sc_flgs |= SC_CANCEL_FLG;
402 * is not disabled (SC_CANCEL_FLG) and we received
410 (scp->sc_flgs & (SC_CANCEL_FLG | SC_EINTR_FL
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dschedctl.h74 #define SC_CANCEL_FLG 0x02 /* cancel pending and not disabled */ macro
75 #define SC_EINTR_FLG 0x04 /* EINTR returned due to SC_CANCEL_FLG */
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dschedctl.c365 (tdp->sc_flgs & SC_CANCEL_FLG) &&
375 * due to there being a cancellation pending (SC_CANCEL_FLG set or

Completed in 112 milliseconds