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

  /art/runtime/
locks.h 55 kRuntimeShutdownLock,
locks.cc 62 runtime_shutdown_lock_ = new Mutex("runtime shutdown lock", kRuntimeShutdownLock);
  /art/runtime/base/
mutex-inl.h 86 level == kDefaultMutexLevel || level == kRuntimeShutdownLock ||

Completed in 73 milliseconds