Searched refs:dispatch_source_set_event_handler (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_mac.cpp | 144 void dispatch_source_set_event_handler(dispatch_source_t ds, 183 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds, 186 REAL(dispatch_source_set_event_handler)(ds, lsan_block);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_mac.cpp | 252 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void)); 298 INTERCEPTOR(void, dispatch_source_set_event_handler, 302 REAL(dispatch_source_set_event_handler)(ds, asan_block);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_libdispatch.cpp | 415 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler, in TSAN_INTERCEPTOR() argument 417 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_event_handler, source, handler); in TSAN_INTERCEPTOR() 419 return REAL(dispatch_source_set_event_handler)(source, nullptr); in TSAN_INTERCEPTOR() 429 REAL(dispatch_source_set_event_handler)(source, new_handler); in TSAN_INTERCEPTOR() local 437 return REAL(dispatch_source_set_event_handler)(source, nullptr); in TSAN_INTERCEPTOR() 441 WRAP(dispatch_source_set_event_handler)(source, block); in TSAN_INTERCEPTOR() local 793 INTERCEPT_FUNCTION(dispatch_source_set_event_handler); in InitializeLibdispatchInterceptors()
|
/freebsd/crypto/heimdal/kdc/ |
H A D | announce.c | 107 dispatch_source_set_event_handler(s, ^{ in retry_timer() 136 dispatch_source_set_event_handler(s, ^{ in create_dns_sd()
|
/freebsd/crypto/heimdal/lib/ipc/ |
H A D | server.c | 86 dispatch_source_set_event_handler(timer, ^{ timer_ev(); } ); in init_globals() 334 dispatch_source_set_event_handler(s->source, ^{ in mach_init() 653 dispatch_source_set_event_handler(c->in, ^{ in add_new_socket() 662 dispatch_source_set_event_handler(c->out, ^{ in add_new_socket()
|
H A D | client.c | 247 dispatch_source_set_event_handler(c->source, ^{ in mach_async()
|