Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/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);
/freebsd-12.1/contrib/compiler-rt/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);
/freebsd-12.1/contrib/compiler-rt/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
/freebsd-12.1/crypto/heimdal/kdc/
H A Dannounce.c144 dispatch_source_set_cancel_handler(s, ^{ in create_dns_sd()
/freebsd-12.1/crypto/heimdal/lib/ipc/
H A Dclient.c253 dispatch_source_set_cancel_handler(c->source, ^{ in mach_async()
H A Dserver.c338 dispatch_source_set_cancel_handler(s->source, ^{ in mach_init()