Home
last modified time | relevance | path

Searched refs:kSuspendRequest (Results 1 – 5 of 5) sorted by relevance

/art/tools/cpp-define-generator/
Dthread.def61 art::kSuspendRequest | art::kCheckpointRequest | art::kEmptyCheckpointRequest)
63 art::kSuspendRequest)
/art/runtime/
Dthread-inl.h57 } 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()
Dthread.h121 kSuspendRequest = 1, // If set implies that suspend_count_ > 0 and the Thread should enter the enumerator
262 (state_and_flags.as_struct.flags & kSuspendRequest) != 0; in IsSuspended()
Dthread.cc1448 uint16_t flags = kSuspendRequest; in ModifySuspendCountInternal()
1475 AtomicClearFlag(kSuspendRequest); in ModifySuspendCountInternal()
/art/runtime/interpreter/mterp/
Dmterp.cc647 } else if (flags & kSuspendRequest) { in MterpLogSuspendFallback()