Lines Matching defs:tids
50 // Use tids instead of ThreadSPs to prevent deadlocking problems which
53 std::vector<lldb::tid_t> tids;
59 tids.push_back(thread_sp->GetID());
84 tids.push_back(thread->GetID());
91 for (const lldb::tid_t &tid : tids) {
120 for (const lldb::tid_t &tid : tids) {
171 std::vector<lldb::tid_t> tids;
179 tids.push_back(thread_sp->GetID());
183 tids.push_back(thread.GetID());
202 tids.push_back(thread->GetID());
206 DoExecuteOnThreads(command, result, tids);