Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/tools/lldb-server/
H A Dmain.cpp35 static std::mutex g_jump_buffer_mutex; variable
183 std::lock_guard<std::mutex> lock(g_jump_buffer_mutex); in trap()