Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb_core.c200 #define ThrID_MAX_VALID ((1 << SCALARTS_N_THRBITS) - 1) macro
2014 VG_(umsg)(s, (ULong)(ThrID_MAX_VALID - 1024)); in scalarts_limitations_fail_NORETURN()
2300 if (vts->usedTS >= ThrID_MAX_VALID) in VTS__tick()
2386 if (useda + usedb >= ThrID_MAX_VALID) in VTS__join()
4042 if (thrid_counter >= ThrID_MAX_VALID) { in Thr__new()
6257 temp_max_sized_VTS = VTS__new( "libhb.libhb_init.1", ThrID_MAX_VALID ); in libhb_init()