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

  /art/runtime/gc/collector/
semi_space.cc 181 ThreadState old_state = self_->SetStateUnsafe(kRunnable);
187 CHECK_EQ(self_->SetStateUnsafe(old_state), kRunnable);
    [all...]
  /art/runtime/
debugger.cc 658 ThreadState old_state = self->SetStateUnsafe(kRunnable);
679 CHECK_EQ(self->SetStateUnsafe(old_state), kRunnable);
    [all...]
thread.h     [all...]
thread.cc     [all...]

Completed in 547 milliseconds