Home
last modified time | relevance | path

Searched refs:ExclusiveLock (Results 1 – 17 of 17) sorted by relevance

/art/openjdkjvmti/
Ddeopt_manager.cc215 deoptimization_status_lock_.ExclusiveLock(self); in RemoveDeoptimizeAllMethods()
222 deoptimization_status_lock_.ExclusiveLock(self); in AddDeoptimizeAllMethods()
236 deoptimization_status_lock_.ExclusiveLock(self); in AddMethodBreakpoint()
238 breakpoint_status_lock_.ExclusiveLock(self); in AddMethodBreakpoint()
279 deoptimization_status_lock_.ExclusiveLock(self); in RemoveMethodBreakpoint()
381 deoptimization_status_lock_.ExclusiveLock(self); in Shutdown()
434 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in AddDeoptimizeThreadMethods()
478 deoptimization_status_lock_.ExclusiveLock(self); in RemoveDeoptimizationRequester()
494 deoptimization_status_lock_.ExclusiveLock(self); in AddDeoptimizationRequester()
Dti_stack.cc259 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in GetStackTrace()
727 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in GetFrameCount()
797 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in GetFrameLocation()
935 art::Locks::thread_list_lock_->ExclusiveLock(self); in GetOwnedMonitorInfoCommon()
1044 art::Locks::thread_list_lock_->ExclusiveLock(self); in NotifyFramePop()
1053 art::Locks::thread_suspend_count_lock_->ExclusiveLock(self); in NotifyFramePop()
1132 art::Locks::thread_list_lock_->ExclusiveLock(self); in NonStandardExitFrames()
Dti_monitor.cc363 art::Locks::thread_list_lock_->ExclusiveLock(self); in GetCurrentContendedMonitor()
Djvmti_weak_table-inl.h55 allow_disallow_lock_.ExclusiveLock(art::Thread::Current()); in Lock()
Dti_method.cc955 art::Locks::thread_list_lock_->ExclusiveLock(self); in GetLocalVariableGeneric()
1134 art::Locks::thread_list_lock_->ExclusiveLock(self); in SetLocalVariableGeneric()
1196 art::Locks::thread_list_lock_->ExclusiveLock(self); in GetLocalInstance()
Dti_thread.cc77 art::Locks::user_code_suspension_lock_->ExclusiveLock(self_); in ScopedNoUserCodeSuspension()
1105 art::Locks::thread_list_lock_->ExclusiveLock(self); in StopThread()
/art/runtime/base/
Dmutex.h184 void ExclusiveLock(Thread* self) ACQUIRE();
185 void Lock(Thread* self) ACQUIRE() { ExclusiveLock(self); } in Lock()
330 void ExclusiveLock(Thread* self) ACQUIRE();
331 void WriterLock(Thread* self) ACQUIRE() { ExclusiveLock(self); } in WriterLock()
514 mu_.ExclusiveLock(self_); in MutexLock()
559 mu_.ExclusiveLock(self_); in WriterMutexLock()
Dmutex_test.cc161 mu.ExclusiveLock(Thread::Current()); in TEST_F()
Dmutex.cc452 void Mutex::ExclusiveLock(Thread* self) { in ExclusiveLock() function in art::Mutex
535 Locks::thread_list_lock_->ExclusiveLock(self); in DumpStack()
796 void ReaderWriterMutex::ExclusiveLock(Thread* self) { in ExclusiveLock() function in art::ReaderWriterMutex
1126 guard_.ExclusiveLock(self); in WaitHoldingLocks()
1168 guard_.ExclusiveLock(self); in TimedWait()
/art/runtime/
Dthread_list.cc574 Locks::mutator_lock_->ExclusiveLock(self); in FlipThreadRoots()
798 Locks::mutator_lock_->ExclusiveLock(self); in SuspendAll()
1106 Locks::thread_list_lock_->ExclusiveLock(self); in SuspendThread()
1200 Locks::thread_list_lock_->ExclusiveLock(self); in SuspendThreadByPeer()
1232 Locks::thread_list_lock_->ExclusiveLock(self); in SuspendThreadByThreadId()
Dmonitor.cc472 Locks::thread_list_lock_->ExclusiveLock(self); in Lock()
524 monitor_lock_.ExclusiveLock(self); in Lock()
549 Locks::thread_list_lock_->ExclusiveLock(self); in Lock()
Dintern_table.cc199 Locks::intern_table_lock_->ExclusiveLock(self); in WaitUntilAccessible()
Dthread.cc1710 Locks::thread_list_lock_->ExclusiveLock(self); in RequestSynchronousCheckpoint()
1716 Locks::thread_suspend_count_lock_->ExclusiveLock(self); in RequestSynchronousCheckpoint()
Druntime.cc694 Locks::abort_lock_->ExclusiveLock(Thread::Current()); in Abort()
/art/runtime/jit/
Dprofile_saver.cc947 Locks::profiler_lock_->ExclusiveLock(Thread::Current()); in RunProfileSaverThread()
/art/runtime/gc/collector/
Dmark_sweep.cc1204 Locks::heap_bitmap_lock_->ExclusiveLock(self); in MarkRootsCheckpoint()
Dmark_compact.cc4393 Locks::heap_bitmap_lock_->ExclusiveLock(self); in MarkRootsCheckpoint()