Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp206 m_api_locker = in CheckRequirements()
259 if (m_api_locker.owns_lock()) in Cleanup()
260 m_api_locker.unlock(); in Cleanup()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObject.h388 std::unique_lock<std::recursive_mutex> m_api_locker; variable