Searched defs:kSuspendRequest (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.h85 kSuspendRequest = 1, // If set implies that suspend_count_ > 0 and the Thread should enter the enumerator in enum:art::ThreadFlag
162 (state_and_flags.as_struct.flags & kSuspendRequest) != 0;

Completed in 51 milliseconds