Home
last modified time | relevance | path

Searched defs:mu (Results 51 – 75 of 102) sorted by relevance

12345

/art/runtime/jni/
Djni_id_manager.cc302 WriterMutexLock mu(self, *Locks::jni_id_lock_); in EncodeGenericId() local
418 art::WriterMutexLock mu(Thread::Current(), *Locks::jni_id_lock_); in VisitReflectiveTargets() local
507 ReaderMutexLock mu(Thread::Current(), *Locks::jni_id_lock_); in DecodeGenericId() local
557 WriterMutexLock mu(self, *Locks::jni_id_lock_); in StartDefer() local
658 ReaderMutexLock mu(self, *Locks::jni_id_lock_); in EndDefer() local
673 WriterMutexLock mu(self, *Locks::jni_id_lock_); in EndDefer() local
/art/runtime/base/
Dlocks.cc370 ScopedExpectedMutexesOnWeakRefAccessLock mu(mutex); in AddToExpectedMutexesOnWeakRefAccess() local
381 ScopedExpectedMutexesOnWeakRefAccessLock mu(mutex); in RemoveFromExpectedMutexesOnWeakRefAccess() local
397 ScopedExpectedMutexesOnWeakRefAccessLock mu(mutex); in IsExpectedOnWeakRefAccess() local
Dmutex.cc189 ScopedAllMutexesLock mu(this); in BaseMutex() local
202 ScopedAllMutexesLock mu(this); in ~BaseMutex() local
391 MutexLock mu(Thread::Current(), *Locks::runtime_shutdown_lock_); in IsSafeToCallAbortSafe() local
639 std::ostream& operator<<(std::ostream& os, const Mutex& mu) { in operator <<()
888 std::ostream& operator<<(std::ostream& os, const ReaderWriterMutex& mu) { in operator <<()
893 std::ostream& operator<<(std::ostream& os, const MutatorMutex& mu) { in operator <<()
Dmutex.h490 MutexLock(Thread* self, Mutex& mu) ACQUIRE(mu) : self_(self), mu_(mu) { in MutexLock()
522 WriterMutexLock(Thread* self, ReaderWriterMutex& mu) EXCLUSIVE_LOCK_FUNCTION(mu) : in WriterMutexLock()
Dmutex-inl.h303 inline ReaderMutexLock::ReaderMutexLock(Thread* self, ReaderWriterMutex& mu) in ReaderMutexLock()
/art/test/137-cfi/
Dcfi.cc101 MutexLock mu(Thread::Current(), *GetNativeDebugInfoLock()); // Avoid races with the JIT thread. in Java_Main_sigstop() local
150 MutexLock mu(Thread::Current(), *GetNativeDebugInfoLock()); // Avoid races with the JIT thread. in Java_Main_unwindInProcess() local
/art/runtime/gc/collector/
Dsticky_mark_sweep.cc38 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); in BindBitmaps() local
/art/runtime/arch/x86/
Dthread_x86.cc46 MutexLock mu(nullptr, *Locks::modify_ldt_lock_); in InitCpu() local
154 MutexLock mu(this, *Locks::modify_ldt_lock_); in CleanupCpu() local
/art/openjdkjvmti/
Ddeopt_manager.cc156 std::mutex mu; in DumpDeoptInfo() local
166 art::MutexLock mu(self, deoptimization_status_lock_); in FinishSetup() local
290 art::MutexLock mu(self, breakpoint_status_lock_); in RemoveMethodBreakpoint() local
441 art::MutexLock mu(soa.Self(), *art::Locks::thread_list_lock_); in RemoveDeoptimizeThreadMethods() local
Devents.cc228 art::WriterMutexLock mu(art::Thread::Current(), envs_lock_); in RegisterArtJvmTiEnv() local
233 art::WriterMutexLock mu(art::Thread::Current(), envs_lock_); in RemoveArtJvmTiEnv() local
609 art::MutexLock mu(self, non_standard_exits_lock_); in AddDelayedNonStandardExitEvent() local
660 art::MutexLock mu(self, non_standard_exits_lock_); in MethodExited() local
711 art::MutexLock mu(self, non_standard_exits_lock_); in MethodExited() local
911 art::MutexLock mu(self, *art::Locks::thread_list_lock_); in WatchedFramePop() local
1308 art::ReaderMutexLock mu(art::Thread::Current(), envs_lock_); in SetupFramePopTraceListener() local
/art/test/667-jit-jni-stub/
Djit_jni_stub_test.cc34 MutexLock mu(self, *Locks::jit_lock_); in isNextJitGcFull() local
/art/test/616-cha-unloading/
Dcha_unload.cc63 ReaderMutexLock mu(Thread::Current(), *Locks::mutator_lock_); in Java_Main_reuseArenaOfMethod() local
/art/runtime/
Ddebugger.cc741 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_); in DdmSendHeapSegments() local
752 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_); in DdmSendHeapSegments() local
755 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_); in DdmSendHeapSegments() local
764 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_); in DdmSendHeapSegments() local
775 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_); in DdmSendHeapSegments() local
952 MutexLock mu(self, *Locks::alloc_tracker_lock_); in GetRecentAllocations() local
Dintern_table_test.cc80 MutexLock mu(Thread::Current(), *Locks::intern_table_lock_); in TEST_F() local
134 ReaderMutexLock mu(soa.Self(), *Locks::heap_bitmap_lock_); in TEST_F() local
Dthread.cc538 MutexLock mu(Thread::Current(), *Locks::custom_tls_lock_); in GetCustomTLS() local
548 MutexLock mu(Thread::Current(), *Locks::custom_tls_lock_); in SetCustomTLS() local
602 MutexLock mu(nullptr, *Locks::runtime_shutdown_lock_); in CreateCallback() local
640 art::MutexLock mu(soa.Self(), *art::Locks::thread_list_lock_); in CreateCallback() local
665 MutexLock mu(soa.Self(), *Locks::thread_suspend_count_lock_); in FromManagedThread() local
842 MutexLock mu(self, *Locks::runtime_shutdown_lock_); in CreateNativeThread() local
898 MutexLock mu(self, *Locks::runtime_shutdown_lock_); in CreateNativeThread() local
986 MutexLock mu(nullptr, *Locks::runtime_shutdown_lock_); in Attach() local
1485 MutexLock mu(self, *Locks::thread_suspend_count_lock_); in PassActiveSuspendBarriers() local
1548 MutexLock mu(this, *Locks::thread_suspend_count_lock_); in RunCheckpointFunction() local
[all …]
Dclass_linker.cc1316 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_); in InitFromBootImage() local
1678 WriterMutexLock mu(self, *Locks::classlinker_classes_lock_); in Update() local
2219 WriterMutexLock mu(self, *Locks::classlinker_classes_lock_); in AddImageSpace() local
2281 WriterMutexLock mu(self, *Locks::classlinker_classes_lock_); in AddImageSpace() local
2306 WriterMutexLock mu(self, *Locks::classlinker_classes_lock_); in VisitClassRoots() local
2441 ReaderMutexLock mu(self, *Locks::classlinker_classes_lock_); in VisitClasses() local
2504 ReaderMutexLock mu(self, *Locks::classlinker_classes_lock_); in VisitClassesWithoutClassesLock() local
2616 WriterMutexLock mu(self, *Locks::dex_lock_); in AllocAndInitializeDexCache() local
3189 WriterMutexLock mu(self, *Locks::classlinker_classes_lock_); in FindClass() local
3837 WriterMutexLock mu(Thread::Current(), *Locks::classlinker_classes_lock_); in GetOrCreateAllocatorForClassLoader() local
[all …]
/art/test/2011-stack-walk-concurrent-instrument/
Dstack_walk_concurrent.cc89 MutexLock mu(Thread::Current(), *Locks::thread_suspend_count_lock_); in Java_Main_waitAndDeopt() local
/art/adbconnection/
Dadbconnection.cc223 art::MutexLock mu(self, *art::Locks::runtime_shutdown_lock_); in CallbackFunction() local
267 art::MutexLock mu(self, *art::Locks::runtime_shutdown_lock_); in StartDebuggerThreads() local
292 art::MutexLock mu(art::Thread::Current(), *art::Locks::runtime_shutdown_lock_); in StartDebuggerThreads() local
/art/runtime/jit/
Djit.cc202 MutexLock mu(Thread::Current(), lock_); in DumpInfo() local
627 MutexLock mu(Thread::Current(), lock_); in AddMemoryUsage() local
1352 MutexLock mu(Thread::Current(), boot_completed_lock_); in CompileMethodFromProfile() local
1474 MutexLock mu(Thread::Current(), boot_completed_lock_); in CompileMethodsFromProfile() local
1737 MutexLock mu(Thread::Current(), boot_completed_lock_); in PostForkChildAction() local
1821 MutexLock mu(self, boot_completed_lock_); in BootCompleted() local
/art/compiler/jit/
Djit_compiler.cc138 MutexLock mu(Thread::Current(), *Locks::jit_lock_); in TypesLoaded() local
/art/runtime/gc/
Dreference_queue.cc36 MutexLock mu(self, *lock_); in AtomicEnqueueIfNotEnqueued() local
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc150 std::lock_guard<std::mutex> mu(ai->mutex); in CbClassFileLoadHook() local
223 std::lock_guard<std::mutex> mu(ai->mutex); in AgentMain() local
/art/runtime/gc/space/
Dzygote_space.cc53 ReaderMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); in Create() local
/art/tools/jvmti-agents/chain-agents/
Dchainagents.cc102 std::lock_guard<std::mutex> mu(unload_mutex); in AgentStart() local
/art/openjdkjvm/
DOpenjdkJvm.cc354 art::MutexLock mu(soa.Self(), *art::Locks::thread_list_lock_); in JVM_SetThreadPriority() local
379 art::MutexLock mu(soa.Self(), *art::Locks::thread_list_lock_); in JVM_Interrupt() local
391 art::MutexLock mu(soa.Self(), *art::Locks::thread_list_lock_); in JVM_IsInterrupted() local

12345