Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb_core.c4978 static void record_race_info ( Thr* acc_thr, in record_race_info() argument
4999 tl_assert(acc_thr); in record_race_info()
5000 tl_assert(acc_thr->hgthread); in record_race_info()
5001 tl_assert(acc_thr->hgthread->hbthr == acc_thr); in record_race_info()
5089 HG_(record_error_Race)( acc_thr->hgthread, acc_addr, in record_race_info()
5106 Thr* acc_thr, in msmcread() argument
5118 VtsID tviR = acc_thr->viR; in msmcread()
5119 VtsID tviW = acc_thr->viW; in msmcread()
5134 record_race_info( acc_thr, acc_addr, szB, False/*!isWrite*/, in msmcread()
5159 event_map_bind( acc_addr, szB, False/*!isWrite*/, acc_thr ); in msmcread()
[all …]
Dhg_errors.c434 Thr* acc_thr = xe->XE.Race.thr->hbthr; in HG_() local
443 acc_thr, acc_addr, acc_szB, acc_isW )) { in HG_()