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

/external/valgrind/helgrind/
H A Dlibhb_core.c173 Thr's to thrid values (set up in Thr__new) persists forever.
4021 static Thr* Thr__new ( void ) function
4023 Thr* thr = HG_(zalloc)( "libhb.Thr__new.1", sizeof(Thr) );
4028 thr->filter = HG_(zalloc)( "libhb.Thr__new.2", sizeof(Filter) );
4032 "libhb.Thr__new.3 (local_Kws_and_stacks)",
4038 thrid_to_thr_map = VG_(newXA)( HG_(zalloc), "libhb.Thr__new.4",
6268 thr = Thr__new();
6286 Thr* child = Thr__new();

Completed in 106 milliseconds