Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h319 uint16_t on_leave = FreeLock | TearDownSession,
H A DScriptInterpreterPython.cpp361 uint16_t on_leave, FileSP in, FileSP out, FileSP err) in Locker() argument
363 m_teardown_session((on_leave & TearDownSession) == TearDownSession), in Locker()