Searched refs:dispatch_source_set_cancel_handler (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_mac.cpp | 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);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_mac.cpp | 250 void dispatch_source_set_cancel_handler(dispatch_source_t ds, 287 INTERCEPTOR(void, dispatch_source_set_cancel_handler, 290 REAL(dispatch_source_set_cancel_handler)(ds, work); 295 REAL(dispatch_source_set_cancel_handler)(ds, asan_block);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
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()
|
/freebsd/crypto/heimdal/kdc/ |
H A D | announce.c | 144 dispatch_source_set_cancel_handler(s, ^{ in create_dns_sd()
|
/freebsd/crypto/heimdal/lib/ipc/ |
H A D | client.c | 253 dispatch_source_set_cancel_handler(c->source, ^{ in mach_async()
|
H A D | server.c | 338 dispatch_source_set_cancel_handler(s->source, ^{ in mach_init()
|