Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp752 TSAN_INTERCEPTOR(void, dispatch_io_close, dispatch_io_t channel, in TSAN_INTERCEPTOR() argument
754 SCOPED_TSAN_INTERCEPTOR(dispatch_io_close, channel, flags); in TSAN_INTERCEPTOR()
756 return REAL(dispatch_io_close)(channel, flags); in TSAN_INTERCEPTOR()
810 INTERCEPT_FUNCTION(dispatch_io_close); in InitializeLibdispatchInterceptors()