Home | History | Annotate | Download | only in drd

Lines Matching refs:threadid

88       if (vc->vc[i].threadid == tid)
136 while (i < result->size && result->vc[i].threadid < rhs->vc[j].threadid)
146 if (result->vc[i].threadid <= rhs->vc[j].threadid)
150 tl_assert(result->vc[i].threadid == rhs->vc[j].threadid);
178 while (j < rhs->size && rhs->vc[j].threadid < result->vc[i].threadid)
182 if (result->vc[i].threadid == rhs->vc[j].threadid)
200 while (i < result->size && result->vc[i].threadid < rhs->vc[j].threadid)
211 else if (result->vc[i].threadid > rhs->vc[j].threadid)
222 /* result->vc[i].threadid == rhs->vc[j].threadid. Compute the maximum. */
225 tl_assert(result->vc[i].threadid == rhs->vc[j].threadid);
278 vc->vc[i].threadid, vc->vc[i].count);
301 tl_assert(vc->vc[i-1].threadid < vc->vc[i].threadid);