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

/external/valgrind/helgrind/
H A Dlibhb_core.c200 #define ThrID_MAX_VALID ((1 << SCALARTS_N_THRBITS) - 1) macro
2014 VG_(umsg)(s, (ULong)(ThrID_MAX_VALID - 1024));
2300 if (vts->usedTS >= ThrID_MAX_VALID)
2386 if (useda + usedb >= ThrID_MAX_VALID)
4010 static ThrID thrid_counter = 1024; /* runs up to ThrID_MAX_VALID */
4042 if (thrid_counter >= ThrID_MAX_VALID) {
6257 temp_max_sized_VTS = VTS__new( "libhb.libhb_init.1", ThrID_MAX_VALID );

Completed in 54 milliseconds