Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetPendingItemsHandler.h107 std::mutex m_get_pending_items_function_mutex; variable
H A DAppleGetPendingItemsHandler.cpp102 m_get_pending_items_function_mutex(), in AppleGetPendingItemsHandler()
144 std::lock_guard<std::mutex> guard(m_get_pending_items_function_mutex); in SetupGetPendingItemsFunction()