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

/external/valgrind/main/helgrind/
H A Dhg_lock_n_thread.h58 allocated and never deallocated (simply leaked). Also ThrID, which
63 typedef UInt ThrID; typedef
H A Dlibhb_core.c142 We pack it into 64 bits by representing the Thr* using a ThrID, a
156 32 since a ThrID is a UInt. 29 comes from the fact that
158 not only a ThrID but also 2+1 other bits (access size and
182 ThrID == 0 to denote an empty Thr_n_RCEC record. So ThrID == 0
183 must never be a valid ThrID. Given NB2 that's OK.
190 ThrID thrid : SCALARTS_N_THRBITS;
302 ThrID thrid : SCALARTS_N_THRBITS;
1791 static ThrID Thr__to_ThrID ( Thr* thr ); /* fwds */
1792 static Thr* Thr__from_ThrID ( ThrID thri
[all...]

Completed in 61 milliseconds