Searched refs:kSuspendRequest (Results 1 – 5 of 5) sorted by relevance
61 art::kSuspendRequest | art::kCheckpointRequest | art::kEmptyCheckpointRequest)63 art::kSuspendRequest)
57 } else if (ReadFlag(kSuspendRequest)) { in CheckSuspend()274 } else if ((old_state_and_flags.as_struct.flags & kSuspendRequest) != 0) { in TransitionFromSuspendedToRunnable()290 while ((old_state_and_flags.as_struct.flags & kSuspendRequest) != 0) { in TransitionFromSuspendedToRunnable()
121 kSuspendRequest = 1, // If set implies that suspend_count_ > 0 and the Thread should enter the enumerator262 (state_and_flags.as_struct.flags & kSuspendRequest) != 0; in IsSuspended()
1448 uint16_t flags = kSuspendRequest; in ModifySuspendCountInternal()1475 AtomicClearFlag(kSuspendRequest); in ModifySuspendCountInternal()
647 } else if (flags & kSuspendRequest) { in MterpLogSuspendFallback()