Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp679 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create, dispatch_io_type_t type, in TSAN_INTERCEPTOR() argument
681 SCOPED_TSAN_INTERCEPTOR(dispatch_io_create, type, fd, q, h); in TSAN_INTERCEPTOR()
697 new_channel = REAL(dispatch_io_create)(type, fd, q, new_h); in TSAN_INTERCEPTOR()
807 INTERCEPT_FUNCTION(dispatch_io_create); in InitializeLibdispatchInterceptors()