Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp403 m_interpreter->OSPlugin_CreateThread(m_python_object_sp, tid, context); in CreateThread()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h206 OSPlugin_CreateThread(StructuredData::ObjectSP os_plugin_object_sp, in OSPlugin_CreateThread() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h258 OSPlugin_CreateThread(StructuredData::ObjectSP os_plugin_object_sp,
H A DScriptInterpreterPython.cpp1782 StructuredData::DictionarySP ScriptInterpreterPython::OSPlugin_CreateThread( in OSPlugin_CreateThread() function in ScriptInterpreterPython