Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_mac.cc144 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);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_mac.cc146 void dispatch_source_set_event_handler(dispatch_source_t ds,
185 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds,
188 REAL(dispatch_source_set_event_handler)(ds, lsan_block);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_mac.cpp145 void dispatch_source_set_event_handler(dispatch_source_t ds,
184 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds,
187 REAL(dispatch_source_set_event_handler)(ds, lsan_block);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_mac.cpp247 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
291 INTERCEPTOR(void, dispatch_source_set_event_handler,
295 REAL(dispatch_source_set_event_handler)(ds, asan_block);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_mac.cc280 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
324 INTERCEPTOR(void, dispatch_source_set_event_handler,
328 REAL(dispatch_source_set_event_handler)(ds, asan_block);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_mac.cc278 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
322 INTERCEPTOR(void, dispatch_source_set_event_handler,
326 REAL(dispatch_source_set_event_handler)(ds, asan_block);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_libdispatch.cpp415 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()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc390 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler, in TSAN_INTERCEPTOR() argument
392 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_event_handler, source, handler); in TSAN_INTERCEPTOR()
394 return REAL(dispatch_source_set_event_handler)(source, nullptr); in TSAN_INTERCEPTOR()
404 REAL(dispatch_source_set_event_handler)(source, new_handler); in TSAN_INTERCEPTOR() local
412 return REAL(dispatch_source_set_event_handler)(source, nullptr); in TSAN_INTERCEPTOR()
416 WRAP(dispatch_source_set_event_handler)(source, block); in TSAN_INTERCEPTOR() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc392 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler, in TSAN_INTERCEPTOR() argument
394 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_event_handler, source, handler); in TSAN_INTERCEPTOR()
396 return REAL(dispatch_source_set_event_handler)(source, nullptr); in TSAN_INTERCEPTOR()
406 REAL(dispatch_source_set_event_handler)(source, new_handler); in TSAN_INTERCEPTOR() local
414 return REAL(dispatch_source_set_event_handler)(source, nullptr); in TSAN_INTERCEPTOR()
418 WRAP(dispatch_source_set_event_handler)(source, block); in TSAN_INTERCEPTOR() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_mac_test_helpers.mm173 dispatch_source_set_event_handler(timer, ^{
191 // dispatch_source_set_event_handler() use dispatch_barrier_async_f().
194 dispatch_source_set_event_handler(timer, ^{
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dannounce.c109 dispatch_source_set_event_handler(s, ^{ in retry_timer()
138 dispatch_source_set_event_handler(s, ^{ in create_dns_sd()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dserver.c89 dispatch_source_set_event_handler(timer, ^{ timer_ev(); } ); in init_globals()
337 dispatch_source_set_event_handler(s->source, ^{ in mach_init()
656 dispatch_source_set_event_handler(c->in, ^{ in add_new_socket()
665 dispatch_source_set_event_handler(c->out, ^{ in add_new_socket()
H A Dclient.c249 dispatch_source_set_event_handler(c->source, ^{ in mach_async()