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

  /art/runtime/
thread_list.cc 495 CHECK_GT(thread->GetSuspendCount(), 0);
572 CHECK_GT(thread->GetSuspendCount(), 0);
672 CHECK_GT(self->GetSuspendCount(), 0);
696 while (self->GetSuspendCount() != 0) {
698 if (self->GetSuspendCount() != 0) {
706 << "(suspend count=" << self->GetSuspendCount() << ", "
710 CHECK_EQ(self->GetSuspendCount(), 0);
    [all...]
thread-inl.h 132 DCHECK_EQ(GetSuspendCount(), 0);
thread.h 189 int GetSuspendCount() const EXCLUSIVE_LOCKS_REQUIRED(Locks::thread_suspend_count_lock_) {
    [all...]
debugger.cc     [all...]

Completed in 139 milliseconds