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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc1743 struct TsanInterceptorContext { struct
1750 MemoryAccessRange(((TsanInterceptorContext*)ctx)->thr, \
1751 ((TsanInterceptorContext*)ctx)->pc, \
1754 MemoryAccessRange(((TsanInterceptorContext*)ctx)->thr, \
1755 ((TsanInterceptorContext*)ctx)->pc, \
1759 TsanInterceptorContext _ctx = {thr, caller_pc, pc}; \
1763 FdAcquire(((TsanInterceptorContext*)ctx)->thr, pc, fd)
1765 FdRelease(((TsanInterceptorContext*)ctx)->thr, pc, fd)
1767 ThreadSetName(((TsanInterceptorContext*)ctx)->thr, name)

Completed in 327 milliseconds