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

  /art/runtime/
thread-inl.h 69 } else if (ReadFlag(kSuspendRequest)) {
202 } else if ((old_state_and_flags.as_struct.flags & kSuspendRequest) != 0) {
207 while ((old_state_and_flags.as_struct.flags & kSuspendRequest) != 0) {
asm_support.h 394 ADD_TEST_EQ(THREAD_SUSPEND_REQUEST, static_cast<int32_t>(art::kSuspendRequest))
thread.h 104 kSuspendRequest = 1, // If set implies that suspend_count_ > 0 and the Thread should enter the
226 (state_and_flags.as_struct.flags & kSuspendRequest) != 0;
    [all...]
thread.cc     [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 517 } else if (flags & kSuspendRequest) {

Completed in 6039 milliseconds