Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp2423 struct TsanInterceptorContext { struct
2456 MemoryAccessRange(((TsanInterceptorContext *)ctx)->thr, \
2457 ((TsanInterceptorContext *)ctx)->pc, (uptr)ptr, size, \
2461 MemoryAccessRange(((TsanInterceptorContext *) ctx)->thr, \
2462 ((TsanInterceptorContext *) ctx)->pc, (uptr) ptr, size, \
2467 TsanInterceptorContext _ctx = {thr, pc}; \
2473 TsanInterceptorContext _ctx = {thr, pc}; \
2507 Acquire(((TsanInterceptorContext *) ctx)->thr, pc, u)
2510 Release(((TsanInterceptorContext *) ctx)->thr, pc, u)
2513 Acquire(((TsanInterceptorContext *) ctx)->thr, pc, Dir2addr(path))
[all …]