Searched refs:blocked_idx (Results 1 – 2 of 2) sorted by relevance
89 uint32_t blocked_idx = 0; in ComputeThreadStateTable() local92 blocked_idx < sched_blocked_reason.row_count()) { in ComputeThreadStateTable()99 int64_t blocked_ts = blocked_idx < sched_blocked_reason.row_count() in ComputeThreadStateTable()100 ? blocked_ts_col[blocked_idx] in ComputeThreadStateTable()111 AddBlockedReasonEvent(sched_blocked_reason, blocked_idx++, state_map); in ComputeThreadStateTable()300 uint32_t blocked_idx, in AddBlockedReasonEvent() argument306 UniqueTid utid = static_cast<UniqueTid>(utid_col[blocked_idx]); in AddBlockedReasonEvent()307 uint32_t arg_set_id = arg_set_id_col[blocked_idx]; in AddBlockedReasonEvent()
71 uint32_t blocked_idx,