Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb_core.c4006 static XArray* /* of Thr* */ thrid_to_thr_map = NULL; variable
4016 Thr* thr = *(Thr**)VG_(indexXA)( thrid_to_thr_map, thrid - 1024 ); in Thr__from_ThrID()
4037 if (!thrid_to_thr_map) { in Thr__new()
4038 thrid_to_thr_map = VG_(newXA)( HG_(zalloc), "libhb.Thr__new.4", in Thr__new()
4048 Word ix = VG_(addToXA)( thrid_to_thr_map, &thr ); in Thr__new()