Lines Matching defs:thread_id
269 uint64_t thread_id =
288 thread_id_map[thread_id] = lldb_user_id;
362 dict->AddIntegerItem("thread_id", thread_sp->GetIndexID());
374 "thread_id",
412 "thread_id",
455 "thread_id",
774 ->GetValueForKey("thread_id")
780 ->GetValueForKey("thread_id")
951 tid_t thread_id =
952 o->GetObjectForDotSeparatedPath("thread_id")->GetUnsignedIntegerValue();
970 is_write ? "mutating" : "read-only", thread_id);
973 result = Sprintf("modifying access by thread %d", thread_id);
977 size, addr_string.c_str(), thread_id);
982 tid_t thread_id =
983 o->GetObjectForDotSeparatedPath("thread_id")->GetUnsignedIntegerValue();
984 result = Sprintf("Thread %zu created", thread_id);
990 tid_t thread_id =
991 o->GetObjectForDotSeparatedPath("thread_id")->GetUnsignedIntegerValue();
995 result = Sprintf("Heap block allocated by thread %" PRIu64, thread_id);
998 thread_id);
1010 tid_t thread_id =
1011 o->GetObjectForDotSeparatedPath("thread_id")->GetUnsignedIntegerValue();
1012 result = Sprintf("Thread %" PRIu64, thread_id);