Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h278 void SetThreadState(PyThreadState *s) { in SetThreadState() function
DScriptInterpreterPython.cpp462 m_python_interpreter->SetThreadState(PyThreadState_Get()); in DoAcquireLock()