Home
last modified time | relevance | path

Searched refs:OSPlugin_ThreadsInfo (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp184 m_interpreter->OSPlugin_ThreadsInfo(m_python_object_sp); in UpdateThreadList()
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h229 OSPlugin_ThreadsInfo(StructuredData::ObjectSP os_plugin_object_sp) { in OSPlugin_ThreadsInfo() function
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h131 OSPlugin_ThreadsInfo(StructuredData::ObjectSP os_plugin_object_sp) override;
DScriptInterpreterPython.cpp1626 StructuredData::ArraySP ScriptInterpreterPythonImpl::OSPlugin_ThreadsInfo( in OSPlugin_ThreadsInfo() function in ScriptInterpreterPythonImpl