reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
93 lldb::SBThread GetThreadByID(lldb::tid_t sb_thread_id);
44433 result = (arg1)->GetThreadByID(arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h 510 static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBProcess.cpp725 LLDB_RECORD_METHOD(lldb::SBThread, SBProcess, GetThreadByID, (lldb::tid_t), 1358 LLDB_REGISTER_METHOD(lldb::SBThread, SBProcess, GetThreadByID,tools/lldb/tools/lldb-vscode/VSCode.cpp
259 return target.GetProcess().GetThreadByID(tid);