Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp451 std::mutex interpreter_module_mutex; in RefreshModules() local
456 &interpreter_module_mutex](const DYLDRendezvous::SOEntry &so_entry) { in RefreshModules()
465 std::lock_guard<std::mutex> lock(interpreter_module_mutex); in RefreshModules()
479 std::lock_guard<std::mutex> lock(interpreter_module_mutex); in RefreshModules()