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

/external/valgrind/helgrind/
H A Dlibhb_core.c4010 static ThrID thrid_counter = 1024; /* runs up to ThrID_MAX_VALID */ variable
4042 if (thrid_counter >= ThrID_MAX_VALID) {
4047 thr->thrid = thrid_counter++;

Completed in 37 milliseconds