HomeSort by relevance Sort by last modified time
    Searched refs:kSuspendRequest (Results 1 - 4 of 4) sorted by null

  /art/runtime/
thread-inl.h 121 if (UNLIKELY((old_state_and_flags.as_struct.flags & kSuspendRequest) != 0)) {
126 while ((old_state_and_flags.as_struct.flags & kSuspendRequest) != 0) {
139 if (LIKELY((old_state_and_flags.as_struct.flags & kSuspendRequest) == 0)) {
thread.h 91 kSuspendRequest = 1, // If set implies that suspend_count_ > 0 and the Thread should enter the
201 (state_and_flags.as_struct.flags & kSuspendRequest) != 0;
    [all...]
thread.cc 663 AtomicClearFlag(kSuspendRequest);
665 AtomicSetFlag(kSuspendRequest);
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 645 } else if (thread->ReadFlag(kSuspendRequest)) {

Completed in 2292 milliseconds