Home
last modified time | relevance | path

Searched defs:GetThreadWithID (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h44 virtual StructuredData::DictionarySP GetThreadWithID(lldb::tid_t tid) { in GetThreadWithID() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp207 ScriptedProcessPythonInterface::GetThreadWithID(lldb::tid_t tid) { in GetThreadWithID() function in ScriptedProcessPythonInterface