Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp2727 static Mutex g_interpreter_mutex(Mutex::eMutexTypeRecursive); in GetScriptInterpreter() local
2728 Mutex::Locker interpreter_lock(g_interpreter_mutex); in GetScriptInterpreter()