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

  /art/runtime/
locks.h 49 kThreadListLock,
locks.cc 64 thread_list_lock_ = new Mutex("thread list lock", kThreadListLock);
  /art/runtime/base/
mutex-inl.h 87 level == kThreadListLock || level == kLoggingLock || level == kAbortLock);

Completed in 51 milliseconds