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

/external/valgrind/helgrind/
H A Dlibhb_core.c3114 VTS* old_vts = old_te->vts; local
3118 tl_assert(old_vts == NULL);
3122 tl_assert(old_vts != NULL);
3123 tl_assert(old_vts->id == i);
3124 tl_assert(old_vts->ts != NULL);
3128 nSTSsBefore += old_vts->usedTS;
3130 old_vts, verydead_thread_table_not_pruned);
3142 &oldK, &oldV, (UWord)old_vts );
3145 tl_assert(oldK == (UWord)old_vts); /* else what did delFromFM find?! */
3147 VTS__delete(old_vts);
[all...]

Completed in 152 milliseconds