/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_mac.cc | 55 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 D | lsan_mac.cc | 57 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 D | lsan_mac.cpp | 56 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 D | asan_mac.cpp | 133 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 D | asan_mac.cc | 166 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 D | asan_mac.cc | 164 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 D | tsan_libdispatch_mac.cc | 81 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 D | tsan_libdispatch_mac.cc | 83 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 D | tsan_interceptors_libdispatch.cpp | 75 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 D | hi_locl.h | 76 dispatch_mig_server(dispatch_source_t ds, size_t maxmsgsz, dispatch_mig_callback_t callback);
|
H A D | server.c | 57 static dispatch_source_t timer; 111 dispatch_source_t source; 473 dispatch_source_t in; 474 dispatch_source_t out;
|
H A D | client.c | 179 dispatch_source_t source;
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
H A D | asan_mac_test_helpers.mm | 165 dispatch_source_t timer = 182 dispatch_source_t timer =
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
H A D | announce.c | 102 dispatch_source_t s; in retry_timer() 124 dispatch_source_t s; in create_dns_sd()
|