Searched refs:dispatch_io_create_with_io (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_libdispatch.cpp | 728 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_io, in TSAN_INTERCEPTOR() argument 731 SCOPED_TSAN_INTERCEPTOR(dispatch_io_create_with_io, type, io, q, h); in TSAN_INTERCEPTOR() 747 new_channel = REAL(dispatch_io_create_with_io)(type, io, q, new_h); in TSAN_INTERCEPTOR() 809 INTERCEPT_FUNCTION(dispatch_io_create_with_io); in InitializeLibdispatchInterceptors()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_libdispatch_mac.cc | 683 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_io, in TSAN_INTERCEPTOR() argument 686 SCOPED_TSAN_INTERCEPTOR(dispatch_io_create_with_io, type, io, q, h); in TSAN_INTERCEPTOR() 702 new_channel = REAL(dispatch_io_create_with_io)(type, io, q, new_h); in TSAN_INTERCEPTOR()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_libdispatch_mac.cc | 685 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_io, in TSAN_INTERCEPTOR() argument 688 SCOPED_TSAN_INTERCEPTOR(dispatch_io_create_with_io, type, io, q, h); in TSAN_INTERCEPTOR() 704 new_channel = REAL(dispatch_io_create_with_io)(type, io, q, new_h); in TSAN_INTERCEPTOR()
|