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

  /art/runtime/arch/x86_64/
thread_x86_64.cc 39 MutexLock mu(nullptr, *Locks::modify_ldt_lock_);
  /art/runtime/arch/x86/
thread_x86.cc 45 MutexLock mu(nullptr, *Locks::modify_ldt_lock_);
140 MutexLock mu(this, *Locks::modify_ldt_lock_);
  /art/runtime/base/
mutex.h 598 static Mutex* modify_ldt_lock_ ACQUIRED_AFTER(allocated_thread_ids_lock_);
601 static Mutex* intern_table_lock_ ACQUIRED_AFTER(modify_ldt_lock_);
mutex.cc 44 Mutex* Locks::modify_ldt_lock_ = nullptr; member in class:art::Locks
850 DCHECK(modify_ldt_lock_ != nullptr);
852 DCHECK(modify_ldt_lock_ == nullptr);
    [all...]

Completed in 525 milliseconds