reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
81 lldb::tid_t GetThreadID() const;
60428 result = (lldb::tid_t)((lldb::SBThread const *)arg1)->GetThreadID();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h 517 static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBProcess.cpp 391 thread.GetThreadID());
tools/lldb/source/API/SBThread.cpp437 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::tid_t, SBThread, GetThreadID); 761 if (sb_frame.GetThread().GetThreadID() != thread->GetID()) { 1449 LLDB_REGISTER_METHOD_CONST(lldb::tid_t, SBThread, GetThreadID, ());tools/lldb/tools/lldb-vscode/JSONUtils.cpp
656 object.try_emplace("id", (int64_t)thread.GetThreadID()); 766 const lldb::tid_t tid = thread.GetThreadID();tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
174 const lldb::tid_t tid = thread.GetThreadID(); 200 g_vsc.thread_ids.insert(thread.GetThreadID()); 1330 g_vsc.focus_tid = thread.GetThreadID(); 2082 g_vsc.focus_tid = thread.GetThreadID(); 2134 g_vsc.focus_tid = thread.GetThreadID();