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

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

Completed in 25 milliseconds