/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_mac.cc | 142 void dispatch_source_set_cancel_handler(dispatch_source_t ds, 173 INTERCEPTOR(void, dispatch_source_set_cancel_handler, dispatch_source_t ds, 176 REAL(dispatch_source_set_cancel_handler)(ds, work); 180 REAL(dispatch_source_set_cancel_handler)(ds, lsan_block);
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan_mac.cc | 144 void dispatch_source_set_cancel_handler(dispatch_source_t ds, 175 INTERCEPTOR(void, dispatch_source_set_cancel_handler, dispatch_source_t ds, 178 REAL(dispatch_source_set_cancel_handler)(ds, work); 182 REAL(dispatch_source_set_cancel_handler)(ds, lsan_block);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_mac.cpp | 143 void dispatch_source_set_cancel_handler(dispatch_source_t ds, 174 INTERCEPTOR(void, dispatch_source_set_cancel_handler, dispatch_source_t ds, 177 REAL(dispatch_source_set_cancel_handler)(ds, work); 181 REAL(dispatch_source_set_cancel_handler)(ds, lsan_block);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_mac.cpp | 245 void dispatch_source_set_cancel_handler(dispatch_source_t ds, 280 INTERCEPTOR(void, dispatch_source_set_cancel_handler, 283 REAL(dispatch_source_set_cancel_handler)(ds, work); 288 REAL(dispatch_source_set_cancel_handler)(ds, asan_block);
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_mac.cc | 278 void dispatch_source_set_cancel_handler(dispatch_source_t ds, 313 INTERCEPTOR(void, dispatch_source_set_cancel_handler, 316 REAL(dispatch_source_set_cancel_handler)(ds, work); 321 REAL(dispatch_source_set_cancel_handler)(ds, asan_block);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_mac.cc | 276 void dispatch_source_set_cancel_handler(dispatch_source_t ds, 311 INTERCEPTOR(void, dispatch_source_set_cancel_handler, 314 REAL(dispatch_source_set_cancel_handler)(ds, work); 319 REAL(dispatch_source_set_cancel_handler)(ds, asan_block);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_libdispatch.cpp | 444 TSAN_INTERCEPTOR(void, dispatch_source_set_cancel_handler, in TSAN_INTERCEPTOR() argument 446 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_cancel_handler, source, handler); in TSAN_INTERCEPTOR() 448 return REAL(dispatch_source_set_cancel_handler)(source, nullptr); in TSAN_INTERCEPTOR() 458 REAL(dispatch_source_set_cancel_handler)(source, new_handler); in TSAN_INTERCEPTOR() local 467 return REAL(dispatch_source_set_cancel_handler)(source, nullptr); in TSAN_INTERCEPTOR() 471 WRAP(dispatch_source_set_cancel_handler)(source, block); in TSAN_INTERCEPTOR() local 795 INTERCEPT_FUNCTION(dispatch_source_set_cancel_handler); in InitializeLibdispatchInterceptors()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_libdispatch_mac.cc | 419 TSAN_INTERCEPTOR(void, dispatch_source_set_cancel_handler, in TSAN_INTERCEPTOR() argument 421 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_cancel_handler, source, handler); in TSAN_INTERCEPTOR() 423 return REAL(dispatch_source_set_cancel_handler)(source, nullptr); in TSAN_INTERCEPTOR() 433 REAL(dispatch_source_set_cancel_handler)(source, new_handler); in TSAN_INTERCEPTOR() local 442 return REAL(dispatch_source_set_cancel_handler)(source, nullptr); in TSAN_INTERCEPTOR() 446 WRAP(dispatch_source_set_cancel_handler)(source, block); in TSAN_INTERCEPTOR() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_libdispatch_mac.cc | 421 TSAN_INTERCEPTOR(void, dispatch_source_set_cancel_handler, in TSAN_INTERCEPTOR() argument 423 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_cancel_handler, source, handler); in TSAN_INTERCEPTOR() 425 return REAL(dispatch_source_set_cancel_handler)(source, nullptr); in TSAN_INTERCEPTOR() 435 REAL(dispatch_source_set_cancel_handler)(source, new_handler); in TSAN_INTERCEPTOR() local 444 return REAL(dispatch_source_set_cancel_handler)(source, nullptr); in TSAN_INTERCEPTOR() 448 WRAP(dispatch_source_set_cancel_handler)(source, block); in TSAN_INTERCEPTOR() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
H A D | asan_mac_test_helpers.mm | 190 // Both dispatch_source_set_cancel_handler() and 192 // It's tricky to test dispatch_source_set_cancel_handler() separately, 197 dispatch_source_set_cancel_handler(timer, ^{
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
H A D | announce.c | 146 dispatch_source_set_cancel_handler(s, ^{ in create_dns_sd()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/ |
H A D | client.c | 255 dispatch_source_set_cancel_handler(c->source, ^{ in mach_async()
|
H A D | server.c | 341 dispatch_source_set_cancel_handler(s->source, ^{ in mach_init()
|