Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDScriptInterpreterPython.h466 uint16_t on_leave = FreeLock | TearDownSession,
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp87 uint16_t on_leave, in Locker() argument
92 m_teardown_session( (on_leave & TearDownSession) == TearDownSession ), in Locker()