Searched refs:me_thrid (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/helgrind/
H A Dlibhb_core.c2293 ThrID me_thrid; local
2305 me_thrid = Thr__to_ThrID(me);
2312 if (UNLIKELY(here->thrid >= me_thrid))
2321 add (me_thrid,1) to the output, and quit
2322 (b) there is a next entry, and its thrid > me_thrid:
2323 add (me_thrid,1) to the output, then copy the remaining entries
2324 (c) there is a next entry, and its thrid == me_thrid:
2331 out->ts[hi].thrid = me_thrid;
2336 if (me_thrid == here->thrid) { /* case (c) */
2348 out->ts[hi].thrid = me_thrid;
[all...]

Completed in 143 milliseconds