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

  /art/runtime/
thread-inl.h 41 CHECK_EQ(0u, no_thread_suspension_) << last_no_thread_suspension_cause_;
thread.h 202 no_thread_suspension_++;
216 CHECK(old_cause != NULL || no_thread_suspension_ == 1);
217 CHECK_GT(no_thread_suspension_, 0U);
218 no_thread_suspension_--;
795 uint32_t no_thread_suspension_; variable
thread.cc     [all...]

Completed in 4507 milliseconds