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

  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.h 36 REQUIRES(Locks::mutator_lock_, Locks::runtime_shutdown_lock_);
39 REQUIRES(Locks::mutator_lock_, Locks::runtime_shutdown_lock_);
  /art/runtime/gc/space/
bump_pointer_space.h 112 REQUIRES(!Locks::runtime_shutdown_lock_, !Locks::thread_list_lock_, !block_lock_);
115 REQUIRES(!Locks::runtime_shutdown_lock_, !Locks::thread_list_lock_, !block_lock_);
118 REQUIRES(!*Locks::runtime_shutdown_lock_, !*Locks::thread_list_lock_, !block_lock_);
120 REQUIRES(!*Locks::runtime_shutdown_lock_, !*Locks::thread_list_lock_, !block_lock_);
bump_pointer_space.cc 104 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
124 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
165 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
183 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
rosalloc_space.h 171 REQUIRES(!Locks::runtime_shutdown_lock_, !Locks::thread_list_lock_);
175 REQUIRES(!Locks::runtime_shutdown_lock_, !Locks::thread_list_lock_);
region_space.cc 501 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
519 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
region_space.h 101 REQUIRES(!Locks::runtime_shutdown_lock_, !Locks::thread_list_lock_, !region_lock_);
104 REQUIRES(!Locks::runtime_shutdown_lock_, !Locks::thread_list_lock_, !region_lock_);
rosalloc_space.cc 308 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
  /art/runtime/
runtime.h 186 bool IsShuttingDownLocked() const REQUIRES(Locks::runtime_shutdown_lock_) {
190 size_t NumberOfThreadsBeingBorn() const REQUIRES(Locks::runtime_shutdown_lock_) {
194 void StartThreadBirth() REQUIRES(Locks::runtime_shutdown_lock_) {
198 void EndThreadBirth() REQUIRES(Locks::runtime_shutdown_lock_);
804 size_t threads_being_born_ GUARDED_BY(Locks::runtime_shutdown_lock_);
807 std::unique_ptr<ConditionVariable> shutdown_cond_ GUARDED_BY(Locks::runtime_shutdown_lock_);
810 bool shutting_down_ GUARDED_BY(Locks::runtime_shutdown_lock_);
813 bool shutting_down_started_ GUARDED_BY(Locks::runtime_shutdown_lock_);
instrumentation.h 254 !Locks::runtime_shutdown_lock_);
257 !Locks::runtime_shutdown_lock_);
258 void ResetQuickAllocEntryPoints() REQUIRES(Locks::runtime_shutdown_lock_);
thread_list.h 156 REQUIRES(Locks::runtime_shutdown_lock_)
runtime.cc 230 shutdown_cond_(new ConditionVariable("Runtime shutdown", *Locks::runtime_shutdown_lock_)),
310 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
814 void Runtime::EndThreadBirth() REQUIRES(Locks::runtime_shutdown_lock_) {
869 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
    [all...]
instrumentation.cc 675 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
680 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
    [all...]
thread.cc 420 MutexLock mu(nullptr, *Locks::runtime_shutdown_lock_);
633 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
689 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
767 MutexLock mu(nullptr, *Locks::runtime_shutdown_lock_);
    [all...]
thread.h     [all...]
thread_list.cc     [all...]
  /art/runtime/base/
mutex.h 628 static Mutex* runtime_shutdown_lock_ ACQUIRED_AFTER(heap_bitmap_lock_);
631 static Mutex* profiler_lock_ ACQUIRED_AFTER(runtime_shutdown_lock_);
mutex.cc 64 Mutex* Locks::runtime_shutdown_lock_ = nullptr; member in class:art::Locks
376 MutexLock mu(Thread::Current(), *Locks::runtime_shutdown_lock_); member in class:art::Locks
    [all...]
  /art/runtime/gc/
heap.h 268 REQUIRES(Locks::mutator_lock_, !Locks::runtime_shutdown_lock_);
334 REQUIRES(!Locks::runtime_shutdown_lock_, !*gc_complete_lock_, !*pending_task_lock_);
601 REQUIRES(Locks::mutator_lock_, !Locks::runtime_shutdown_lock_, !Locks::thread_list_lock_);
    [all...]
heap.cc     [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 1584 MutexLock mu(Thread::Current(), *Locks::runtime_shutdown_lock_); member in class:art::gc::allocator::Locks
    [all...]

Completed in 425 milliseconds