Lines Matching defs:thread_id_map
264 std::map<uint64_t, user_id_t> &thread_id_map) {
267 [process_sp, &thread_id_map](const ValueObjectSP &o,
288 thread_id_map[thread_id] = lldb_user_id;
293 std::map<uint64_t, user_id_t> &thread_id_map) {
294 auto IT = thread_id_map.find(id);
295 if (IT == thread_id_map.end())
340 std::map<uint64_t, user_id_t> thread_id_map;
341 GetRenumberedThreadIds(process_sp, main_value, thread_id_map);
368 [&thread_id_map](const ValueObjectSP &o,
377 thread_id_map));
396 [process_sp, &thread_id_map](const ValueObjectSP &o,
415 thread_id_map));
449 [process_sp, &thread_id_map](const ValueObjectSP &o,
458 thread_id_map));
470 thread_id_map));
477 [&thread_id_map](const ValueObjectSP &o,
486 thread_id_map));