Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h279 PyThreadState *GetThreadState() { return m_command_thread_state; } in GetThreadState()
283 m_command_thread_state = s; in SetThreadState()
412 PyThreadState *m_command_thread_state; variable
H A DScriptInterpreterPython.cpp533 m_command_thread_state(nullptr) { in ScriptInterpreterPythonImpl()