Searched refs:kSuspendRequest (Results 1 – 5 of 5) sorted by relevance
94 if (UNLIKELY((old_state_and_flags.as_struct.flags & kSuspendRequest) != 0)) { in TransitionFromSuspendedToRunnable()99 while ((old_state_and_flags.as_struct.flags & kSuspendRequest) != 0) { in TransitionFromSuspendedToRunnable()112 if (LIKELY((old_state_and_flags.as_struct.flags & kSuspendRequest) == 0)) { in TransitionFromSuspendedToRunnable()
85 kSuspendRequest = 1, // If set implies that suspend_count_ > 0 and the Thread should enter the enumerator162 (state_and_flags.as_struct.flags & kSuspendRequest) != 0; in IsSuspended()
515 self->AtomicSetFlag(kSuspendRequest); in Register()
560 AtomicClearFlag(kSuspendRequest); in ModifySuspendCount()562 AtomicSetFlag(kSuspendRequest); in ModifySuspendCount()
328 } else if (thread->ReadFlag(kSuspendRequest)) { in CheckSuspend()