Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetPendingItemsHandler.h109 std::mutex m_get_pending_items_function_mutex; variable
DAppleGetPendingItemsHandler.cpp101 m_get_pending_items_function_mutex(), in AppleGetPendingItemsHandler()
143 std::lock_guard<std::mutex> guard(m_get_pending_items_function_mutex); in SetupGetPendingItemsFunction()