Home
last modified time | relevance | path

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

/art/runtime/
Dthread-inl.h60 } 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()
Dthread.h99 kSuspendRequest = 1, // If set implies that suspend_count_ > 0 and the Thread should enter the enumerator
223 (state_and_flags.as_struct.flags & kSuspendRequest) != 0; in IsSuspended()
Dthread.cc796 AtomicClearFlag(kSuspendRequest); in ModifySuspendCount()
798 AtomicSetFlag(kSuspendRequest); in ModifySuspendCount()