Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandObject.h475 Mutex::Locker m_api_locker; variable
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandObject.cpp284 m_api_locker.Lock (target->GetAPIMutex()); in CheckRequirements()
344 m_api_locker.Unlock(); in Cleanup()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBValue.cpp262 return in_value.GetSP(m_stop_locker, m_api_locker, m_lock_error); in GetLockedSP()
273 Mutex::Locker m_api_locker; member in ValueLocker