Searched refs:dispatch_source_t (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_mac.cpp | 56 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,
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_mac.cpp | 125 typedef void* dispatch_source_t; 250 void dispatch_source_set_cancel_handler(dispatch_source_t ds, 252 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void)); 288 dispatch_source_t ds, void(^work)(void)) { 299 dispatch_source_t ds, void(^work)(void)) { 129 typedef void* dispatch_source_t; global() typedef
|
/freebsd-src/crypto/heimdal/lib/ipc/ |
H A D | hi_locl.h | 74 dispatch_mig_server(dispatch_source_t ds, size_t maxmsgsz, dispatch_mig_callback_t callback);
|
H A D | server.c | 54 static dispatch_source_t timer; 108 dispatch_source_t source; 470 dispatch_source_t in; 471 dispatch_source_t out;
|
H A D | client.c | 177 dispatch_source_t source;
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
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()
|
/freebsd-src/crypto/heimdal/kdc/ |
H A D | announce.c | 100 dispatch_source_t s; in retry_timer() 122 dispatch_source_t s; in create_dns_sd()
|