Searched refs:dispatch_io_create (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_libdispatch.cpp | 679 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()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_libdispatch_mac.cc | 634 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create, dispatch_io_type_t type, in TSAN_INTERCEPTOR() argument 636 SCOPED_TSAN_INTERCEPTOR(dispatch_io_create, type, fd, q, h); in TSAN_INTERCEPTOR() 652 new_channel = REAL(dispatch_io_create)(type, fd, q, new_h); in TSAN_INTERCEPTOR()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_libdispatch_mac.cc | 636 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create, dispatch_io_type_t type, in TSAN_INTERCEPTOR() argument 638 SCOPED_TSAN_INTERCEPTOR(dispatch_io_create, type, fd, q, h); in TSAN_INTERCEPTOR() 654 new_channel = REAL(dispatch_io_create)(type, fd, q, new_h); in TSAN_INTERCEPTOR()
|