Searched refs:kSuspendRequest (Results 1 – 3 of 3) sorted by relevance
60 } else if (ReadFlag(kSuspendRequest)) { in CheckSuspend()150 if (UNLIKELY((old_state_and_flags.as_struct.flags & kSuspendRequest) != 0)) { in TransitionFromSuspendedToRunnable()155 while ((old_state_and_flags.as_struct.flags & kSuspendRequest) != 0) { in TransitionFromSuspendedToRunnable()168 if (LIKELY((old_state_and_flags.as_struct.flags & kSuspendRequest) == 0)) { in TransitionFromSuspendedToRunnable()
99 kSuspendRequest = 1, // If set implies that suspend_count_ > 0 and the Thread should enter the enumerator223 (state_and_flags.as_struct.flags & kSuspendRequest) != 0; in IsSuspended()
796 AtomicClearFlag(kSuspendRequest); in ModifySuspendCount()798 AtomicSetFlag(kSuspendRequest); in ModifySuspendCount()