Searched refs:dispatch_io_create_with_path (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_libdispatch.cpp | 702 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_path, in TSAN_INTERCEPTOR() argument 705 SCOPED_TSAN_INTERCEPTOR(dispatch_io_create_with_path, type, path, oflag, mode, in TSAN_INTERCEPTOR() 723 REAL(dispatch_io_create_with_path)(type, path, oflag, mode, q, new_h); in TSAN_INTERCEPTOR() 808 INTERCEPT_FUNCTION(dispatch_io_create_with_path); in InitializeLibdispatchInterceptors()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_libdispatch_mac.cc | 657 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_path, in TSAN_INTERCEPTOR() argument 660 SCOPED_TSAN_INTERCEPTOR(dispatch_io_create_with_path, type, path, oflag, mode, in TSAN_INTERCEPTOR() 678 REAL(dispatch_io_create_with_path)(type, path, oflag, mode, q, new_h); in TSAN_INTERCEPTOR()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_libdispatch_mac.cc | 659 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_path, in TSAN_INTERCEPTOR() argument 662 SCOPED_TSAN_INTERCEPTOR(dispatch_io_create_with_path, type, path, oflag, mode, in TSAN_INTERCEPTOR() 680 REAL(dispatch_io_create_with_path)(type, path, oflag, mode, q, new_h); in TSAN_INTERCEPTOR()
|