Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DThreadSafeValue.h42 const T &GetValueNoLock() const { return m_value; } in GetValueNoLock() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1671 const StateType old_state = m_private_state.GetValueNoLock(); in SetPrivateState()