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

  /art/openjdkjvmti/
ti_stack.cc 249 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self());
256 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self());
261 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self());
265 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self());
270 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self());
714 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self());
721 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self());
726 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self());
784 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self());
791 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self())
    [all...]
deopt_manager.cc 255 breakpoint_status_lock_.ExclusiveUnlock(self);
260 breakpoint_status_lock_.ExclusiveUnlock(self);
265 deoptimization_status_lock_.ExclusiveUnlock(self);
301 deoptimization_status_lock_.ExclusiveUnlock(self);
324 deoptimization_status_lock_.ExclusiveUnlock(self);
417 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self());
435 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self());
465 deoptimization_status_lock_.ExclusiveUnlock(self);
483 deoptimization_status_lock_.ExclusiveUnlock(self);
ti_thread.cc 79 art::Locks::user_code_suspension_lock_->ExclusiveUnlock(self_);
90 art::Locks::user_code_suspension_lock_->ExclusiveUnlock(self_);
    [all...]
ti_method.cc 753 art::Locks::thread_list_lock_->ExclusiveUnlock(self);
884 art::Locks::thread_list_lock_->ExclusiveUnlock(self);
    [all...]
jvmti_weak_table-inl.h 59 allow_disallow_lock_.ExclusiveUnlock(art::Thread::Current());
ti_monitor.cc 367 art::Locks::thread_list_lock_->ExclusiveUnlock(self);
  /art/runtime/base/
mutex.h 155 // State | ExclusiveLock | ExclusiveUnlock
178 void ExclusiveUnlock(Thread* self) RELEASE();
179 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); }
266 // State | ExclusiveLock | ExclusiveUnlock | SharedLock | SharedUnlock
285 void ExclusiveUnlock(Thread* self) RELEASE();
286 void WriterUnlock(Thread* self) RELEASE() { ExclusiveUnlock(self); }
467 mu_.ExclusiveUnlock(self_);
500 mu_.ExclusiveUnlock(self_);
mutex.cc 453 void Mutex::ExclusiveUnlock(Thread* self) {
609 void ReaderWriterMutex::ExclusiveUnlock(Thread* self) {
887 guard_.ExclusiveUnlock(self);
    [all...]
mutex_test.cc 156 mu.ExclusiveUnlock(Thread::Current());
  /art/runtime/
thread-inl.h 378 Locks::thread_suspend_count_lock_->ExclusiveUnlock(self);
thread_list.cc 541 Locks::mutator_lock_->ExclusiveUnlock(self);
799 Locks::mutator_lock_->ExclusiveUnlock(self);
    [all...]
intern_table.cc 188 Locks::intern_table_lock_->ExclusiveUnlock(self);
monitor.cc 532 Locks::thread_list_lock_->ExclusiveUnlock(Thread::Current());
535 Locks::thread_list_lock_->ExclusiveUnlock(Thread::Current());
    [all...]
thread.cc     [all...]
  /art/runtime/gc/collector/
mark_sweep.cc     [all...]
  /art/runtime/jit/
jit_code_cache.cc     [all...]

Completed in 3616 milliseconds