Searched refs:TsanInterceptorContext (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors.h | 32 struct TsanInterceptorContext { struct 117 MemoryAccessRange(((TsanInterceptorContext *)ctx)->thr, \ 118 ((TsanInterceptorContext *)ctx)->pc, (uptr)ptr, size, \ 122 MemoryAccessRange(((TsanInterceptorContext *) ctx)->thr, \ 123 ((TsanInterceptorContext *) ctx)->pc, (uptr) ptr, size, \ 128 TsanInterceptorContext _ctx = {thr, pc}; \
|
H A D | tsan_interceptors_posix.cpp | 2446 TsanInterceptorContext _ctx = {thr, pc}; \ 2490 Acquire(((TsanInterceptorContext *) ctx)->thr, pc, u) 2493 Release(((TsanInterceptorContext *) ctx)->thr, pc, u) 2496 Acquire(((TsanInterceptorContext *) ctx)->thr, pc, Dir2addr(path)) 2499 FdAcquire(((TsanInterceptorContext *) ctx)->thr, pc, fd) 2502 FdRelease(((TsanInterceptorContext *) ctx)->thr, pc, fd) 2505 FdAccess(((TsanInterceptorContext *) ctx)->thr, pc, fd) 2508 FdSocketAccept(((TsanInterceptorContext *) ctx)->thr, pc, fd, newfd) 2511 ThreadSetName(((TsanInterceptorContext *) ctx)->thr, name) 2522 OnExit(((TsanInterceptorContext *) ctx)->thr) [all …]
|