Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp405 m_interpreter->OSPlugin_CreateThread(m_python_object_sp, tid, context); in CreateThread()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h267 OSPlugin_CreateThread(StructuredData::ObjectSP os_plugin_object_sp, in OSPlugin_CreateThread() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h141 OSPlugin_CreateThread(StructuredData::ObjectSP os_plugin_object_sp,
H A DScriptInterpreterPython.cpp1790 StructuredData::DictionarySP ScriptInterpreterPythonImpl::OSPlugin_CreateThread( in OSPlugin_CreateThread() function in ScriptInterpreterPythonImpl