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

  /art/runtime/
thread_list.h 46 pid_t GetLockOwner(); // For SignalCatcher.
thread_list.cc 64 pid_t ThreadList::GetLockOwner() {
runtime.cc     [all...]
  /art/runtime/gc/
heap.cc 709 Runtime::Current()->GetThreadList()->GetLockOwner() == Thread::Current()->GetTid()) {
    [all...]

Completed in 249 milliseconds