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 | 2525 TsanInterceptorContext _ctx = {thr, pc}; \ 2569 Acquire(((TsanInterceptorContext *) ctx)->thr, pc, u) 2572 Release(((TsanInterceptorContext *) ctx)->thr, pc, u) 2575 Acquire(((TsanInterceptorContext *) ctx)->thr, pc, Dir2addr(path)) 2578 FdAcquire(((TsanInterceptorContext *) ctx)->thr, pc, fd) 2581 FdRelease(((TsanInterceptorContext *) ctx)->thr, pc, fd) 2584 FdAccess(((TsanInterceptorContext *) ctx)->thr, pc, fd) 2587 FdSocketAccept(((TsanInterceptorContext *) ctx)->thr, pc, fd, newfd) 2590 ThreadSetName(((TsanInterceptorContext *) ctx)->thr, name) 2601 OnExit(((TsanInterceptorContext *) ctx)->thr) [all …]
|