Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h285 PyThreadState *GetThreadState() { return m_command_thread_state; } in GetThreadState() function
H A DScriptInterpreterPython.cpp963 state = GetThreadState(); in Interrupt()