Home
last modified time | relevance | path

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

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