Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Ddeopt_manager.cc223 deoptimization_status_lock_.ExclusiveLock(self); in RemoveDeoptimizeAllMethods()
230 deoptimization_status_lock_.ExclusiveLock(self); in AddDeoptimizeAllMethods()
244 deoptimization_status_lock_.ExclusiveLock(self); in AddMethodBreakpoint()
246 breakpoint_status_lock_.ExclusiveLock(self); in AddMethodBreakpoint()
287 deoptimization_status_lock_.ExclusiveLock(self); in RemoveMethodBreakpoint()
413 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in AddDeoptimizeThreadMethods()
456 deoptimization_status_lock_.ExclusiveLock(self); in RemoveDeoptimizationRequester()
472 deoptimization_status_lock_.ExclusiveLock(self); in AddDeoptimizationRequester()
Dti_stack.cc261 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in GetStackTrace()
726 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in GetFrameCount()
796 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in GetFrameLocation()
934 art::Locks::thread_list_lock_->ExclusiveLock(self); in GetOwnedMonitorInfoCommon()
1043 art::Locks::thread_list_lock_->ExclusiveLock(self); in NotifyFramePop()
1052 art::Locks::thread_suspend_count_lock_->ExclusiveLock(self); in NotifyFramePop()
1131 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.cc951 art::Locks::thread_list_lock_->ExclusiveLock(self); in GetLocalVariableGeneric()
1130 art::Locks::thread_list_lock_->ExclusiveLock(self); in SetLocalVariableGeneric()
1192 art::Locks::thread_list_lock_->ExclusiveLock(self); in GetLocalInstance()
Dti_thread.cc78 art::Locks::user_code_suspension_lock_->ExclusiveLock(self_); in ScopedNoUserCodeSuspension()
1092 art::Locks::thread_list_lock_->ExclusiveLock(self); in StopThread()
/art/runtime/base/
Dmutex.h180 void ExclusiveLock(Thread* self) ACQUIRE();
181 void Lock(Thread* self) ACQUIRE() { ExclusiveLock(self); } in Lock()
323 void ExclusiveLock(Thread* self) ACQUIRE();
324 void WriterLock(Thread* self) ACQUIRE() { ExclusiveLock(self); } in WriterLock()
507 mu_.ExclusiveLock(self_); in MutexLock()
540 mu_.ExclusiveLock(self_); in WriterMutexLock()
Dmutex.cc433 void Mutex::ExclusiveLock(Thread* self) { in ExclusiveLock() function in art::Mutex
513 Locks::thread_list_lock_->ExclusiveLock(self); in DumpStack()
762 void ReaderWriterMutex::ExclusiveLock(Thread* self) { in ExclusiveLock() function in art::ReaderWriterMutex
1091 guard_.ExclusiveLock(self); in WaitHoldingLocks()
1133 guard_.ExclusiveLock(self); in TimedWait()
Dmutex_test.cc153 mu.ExclusiveLock(Thread::Current()); in TEST_F()
/art/runtime/
Dthread-inl.h383 Locks::thread_suspend_count_lock_->ExclusiveLock(self); in ModifySuspendCount()
Dintern_table.cc197 Locks::intern_table_lock_->ExclusiveLock(self); in WaitUntilAccessible()
Dmonitor.cc472 Locks::thread_list_lock_->ExclusiveLock(self); in Lock()
523 monitor_lock_.ExclusiveLock(self); in Lock()
548 Locks::thread_list_lock_->ExclusiveLock(self); in Lock()
Dthread_list.cc530 Locks::mutator_lock_->ExclusiveLock(self); in FlipThreadRoots()
635 Locks::mutator_lock_->ExclusiveLock(self); in SuspendAll()
Druntime.cc655 Locks::abort_lock_->ExclusiveLock(Thread::Current()); in Abort()
/art/runtime/jit/
Dprofile_saver.cc980 Locks::profiler_lock_->ExclusiveLock(Thread::Current()); in RunProfileSaverThread()
/art/runtime/gc/collector/
Dmark_sweep.cc1204 Locks::heap_bitmap_lock_->ExclusiveLock(self); in MarkRootsCheckpoint()