Searched refs:TsanInterceptorContext (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 2123 struct TsanInterceptorContext { struct 2165 MemoryAccessRange(((TsanInterceptorContext *)ctx)->thr, \ 2166 ((TsanInterceptorContext *)ctx)->pc, (uptr)ptr, size, \ 2170 MemoryAccessRange(((TsanInterceptorContext *) ctx)->thr, \ 2171 ((TsanInterceptorContext *) ctx)->pc, (uptr) ptr, size, \ 2176 TsanInterceptorContext _ctx = {thr, caller_pc, pc}; \ 2182 TsanInterceptorContext _ctx = {thr, caller_pc, pc}; \ 2206 Acquire(((TsanInterceptorContext *) ctx)->thr, pc, u) 2209 Release(((TsanInterceptorContext *) ctx)->thr, pc, u) 2212 Acquire(((TsanInterceptorContext *) ctx)->thr, pc, Dir2addr(path)) [all …]
|