Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_mac.cc131 typedef void* dispatch_source_t; typedef
242 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
244 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
278 dispatch_source_t ds, void(^work)(void)) {
289 dispatch_source_t ds, void(^work)(void)) {
/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc71 static dispatch_queue_t GetTargetQueueFromSource(dispatch_source_t source) { in GetTargetQueueFromSource()
357 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR()
375 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
386 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR()
404 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
416 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR()
435 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR()
/external/compiler-rt/test/tsan/Darwin/
Dgcd-source-registration.mm12 dispatch_source_t source =
Dgcd-source-event.mm12 dispatch_source_t source =
Dgcd-source-registration2.mm20 dispatch_source_t source =
Dgcd-source-event2.mm20 dispatch_source_t source =
Dgcd-source-cancel.mm12 dispatch_source_t source =
Dgcd-source-cancel2.mm20 dispatch_source_t source =
Dgcd-source-serial.mm13 dispatch_source_t timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, q);
/external/clang/test/Analysis/inlining/
Dinline-defensive-checks.m25 typedef struct dispatch_source_s *dispatch_source_t; typedef
33 dispatch_source_t p;
/external/compiler-rt/lib/asan/tests/
Dasan_mac_test_helpers.mm165 dispatch_source_t timer =
182 dispatch_source_t timer =
/external/mdnsresponder/Clients/
Ddns-sd.c226 dispatch_source_t timer_source;
/external/mdnsresponder/mDNSShared/
Ddnssd_clientstub.c145 dispatch_source_t disp_source;