Searched refs:dispatch_io_write (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_libdispatch.cpp | 641 TSAN_INTERCEPTOR(void, dispatch_io_write, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR() argument 644 SCOPED_TSAN_INTERCEPTOR(dispatch_io_write, channel, offset, data, q, h); in TSAN_INTERCEPTOR() 656 REAL(dispatch_io_write)(channel, offset, data, q, new_h); in TSAN_INTERCEPTOR() local 805 INTERCEPT_FUNCTION(dispatch_io_write); in InitializeLibdispatchInterceptors()
|