Home
last modified time | relevance | path

Searched refs:AcquireInterpreterLock (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp191 auto lock = m_interpreter->AcquireInterpreterLock(); // to make sure threads_list stays alive in UpdateThreadList()
326 auto lock = m_interpreter->AcquireInterpreterLock(); // to make sure python objects stays alive in CreateRegisterContextForThread()
399 … auto lock = m_interpreter->AcquireInterpreterLock(); // to make sure thread_info_dict stays alive in CreateThread()
/external/lldb/source/Interpreter/
DScriptInterpreter.cpp85 ScriptInterpreter::AcquireInterpreterLock () in AcquireInterpreterLock() function in ScriptInterpreter
DScriptInterpreterPython.cpp3041 ScriptInterpreterPython::AcquireInterpreterLock () in AcquireInterpreterLock() function in ScriptInterpreterPython
/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h209 AcquireInterpreterLock ();
DScriptInterpreter.h489 AcquireInterpreterLock ();