Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc84 void __tsan_init(ThreadState **thrp, void (*cb)(SymbolizeContext *cb)) { in __tsan_init() argument
87 main_thr = *thrp = thr; in __tsan_init()
/external/valgrind/helgrind/
Dhg_errors.c430 Thr* thrp = NULL; in HG_() local
442 &wherep, &thrp, &conf_szB, &conf_isW, &conf_locksHeldW, in HG_()
446 tl_assert(thrp); in HG_()
447 threadp = libhb_get_Thr_hgthread( thrp ); in HG_()