Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_mac.cc142 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 Dlsan_mac.cc144 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 Dlsan_mac.cpp143 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 Dasan_mac.cpp245 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 Dasan_mac.cc278 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 Dasan_mac.cc276 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 Dtsan_interceptors_libdispatch.cpp444 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 Dtsan_libdispatch_mac.cc419 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 Dtsan_libdispatch_mac.cc421 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 Dasan_mac_test_helpers.mm190 // 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 Dannounce.c146 dispatch_source_set_cancel_handler(s, ^{ in create_dns_sd()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dclient.c255 dispatch_source_set_cancel_handler(c->source, ^{ in mach_async()
H A Dserver.c341 dispatch_source_set_cancel_handler(s->source, ^{ in mach_init()