Home | History | Annotate | Download | only in gdb-remote

Lines Matching defs:thread_id

447             uint64_t thread_id = threadIDHexExtractor.GetHexMaxU64(false, 0);
471 std::map<uint64_t, uint32_t>::iterator iterator = m_thread_id_to_used_usec_map.find(thread_id);
474 thread_id];
481 ((real_used_usec > 0) || (process->HasAssignedIndexIDToThread(thread_id)));
489 int32_t index_id = process->AssignIndexIDToThread(thread_id);
502 new_thread_id_to_used_usec_map[thread_id] = curr_used_usec;