Home
last modified time | relevance | path

Searched refs:dispatch_source_t (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_mac.cc55 typedef void *dispatch_source_t; typedef
142 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
144 void dispatch_source_set_event_handler(dispatch_source_t ds,
173 INTERCEPTOR(void, dispatch_source_set_cancel_handler, dispatch_source_t ds,
183 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds,
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_mac.cc57 typedef void *dispatch_source_t; typedef
144 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
146 void dispatch_source_set_event_handler(dispatch_source_t ds,
175 INTERCEPTOR(void, dispatch_source_set_cancel_handler, dispatch_source_t ds,
185 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds,
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_mac.cpp56 typedef void *dispatch_source_t; typedef
143 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
145 void dispatch_source_set_event_handler(dispatch_source_t ds,
174 INTERCEPTOR(void, dispatch_source_set_cancel_handler, dispatch_source_t ds,
184 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds,
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_mac.cpp133 typedef void* dispatch_source_t; typedef
245 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
247 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
281 dispatch_source_t ds, void(^work)(void)) {
292 dispatch_source_t ds, void(^work)(void)) {
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_mac.cc166 typedef void* dispatch_source_t; typedef
278 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
280 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
314 dispatch_source_t ds, void(^work)(void)) {
325 dispatch_source_t ds, void(^work)(void)) {
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_mac.cc164 typedef void* dispatch_source_t; typedef
276 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
278 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
312 dispatch_source_t ds, void(^work)(void)) {
323 dispatch_source_t ds, void(^work)(void)) {
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc81 static dispatch_queue_t GetTargetQueueFromSource(dispatch_source_t source) { in GetTargetQueueFromSource()
391 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR()
409 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
420 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR()
438 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
450 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR()
469 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc83 static dispatch_queue_t GetTargetQueueFromSource(dispatch_source_t source) { in GetTargetQueueFromSource()
393 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR()
411 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
422 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR()
440 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
452 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR()
471 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_libdispatch.cpp75 static dispatch_queue_t GetTargetQueueFromSource(dispatch_source_t source) { in GetTargetQueueFromSource()
416 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR()
434 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
445 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR()
463 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
475 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR()
494 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dhi_locl.h76 dispatch_mig_server(dispatch_source_t ds, size_t maxmsgsz, dispatch_mig_callback_t callback);
H A Dserver.c57 static dispatch_source_t timer;
111 dispatch_source_t source;
473 dispatch_source_t in;
474 dispatch_source_t out;
H A Dclient.c179 dispatch_source_t source;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_mac_test_helpers.mm165 dispatch_source_t timer =
182 dispatch_source_t timer =
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dannounce.c102 dispatch_source_t s; in retry_timer()
124 dispatch_source_t s; in create_dns_sd()