Searched refs:Mutex (Results 126 - 135 of 135) sorted by relevance

123456

/openjdk10/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1071 MutexLockerEx ml_patch(Patching_lock, Mutex::_no_safepoint_check_flag);
1680 MutexLockerEx ml_patch(Patching_lock, Mutex::_no_safepoint_check_flag);
1860 MutexLockerEx ml_patch(Patching_lock, Mutex::_no_safepoint_check_flag);
2211 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
H A Dos.cpp854 MutexLockerEx ml(thread->SR_lock(), Mutex::_no_safepoint_check_flag);
H A DvmStructs.cpp2153 declare_toplevel_type(Mutex*) \
/openjdk10/hotspot/src/share/vm/opto/
H A Dparse1.cpp526 MutexLockerEx ml(Compile_lock, Mutex::_no_safepoint_check_flag);
1040 MutexLockerEx ml(Compile_lock, Mutex::_no_safepoint_check_flag);
H A DcallGenerator.cpp93 MutexLockerEx ml(Compile_lock, Mutex::_no_safepoint_check_flag);
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCompilerToVM.cpp1031 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
1046 MutexLockerEx pl(Patching_lock, Mutex::_no_safepoint_check_flag);
/openjdk10/hotspot/src/share/vm/memory/
H A Duniverse.cpp1252 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp913 MutexLockerEx ml(java_thread->SR_lock(), Mutex::_no_safepoint_check_flag);
960 MutexLockerEx ml(java_thread->SR_lock(), Mutex::_no_safepoint_check_flag);
H A DjvmtiTagMap.cpp423 _lock(Mutex::nonleaf+2, "JvmtiTagMap._lock", false),
708 // around the same time then it's possible that the Mutex associated with the
H A DjvmtiExport.cpp2129 MutexLockerEx ml(Service_lock, Mutex::_no_safepoint_check_flag);

Completed in 270 milliseconds

123456