Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/asan/
H A 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)) {
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A 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()
/aosp_15_r20/external/webrtc/sdk/objc/components/capturer/
H A DRTCFileVideoCapturer.m167 __block dispatch_source_t timer = [self createStrictTimer];
205 - (dispatch_source_t)createStrictTimer {
206 dispatch_source_t timer = dispatch_source_create(
/aosp_15_r20/external/cronet/base/synchronization/
H A Dwaitable_event_watcher_mac.cc17 apple::ScopedDispatchObject<dispatch_source_t> dispatch_source;
57 dispatch_source_t source = storage_->dispatch_source.get(); in StartWatching()
/aosp_15_r20/external/cronet/base/mac/
H A Dmach_port_rendezvous.h184 ClientData(apple::ScopedDispatchObject<dispatch_source_t> exit_watcher,
191 apple::ScopedDispatchObject<dispatch_source_t> exit_watcher;
H A Dmach_port_rendezvous.cc247 apple::ScopedDispatchObject<dispatch_source_t> exit_watcher( in RegisterPortsForPid()
262 apple::ScopedDispatchObject<dispatch_source_t> exit_watcher, in ClientData()
/aosp_15_r20/external/clang/test/Analysis/inlining/
H A Dinline-defensive-checks.m25 typedef struct dispatch_source_s *dispatch_source_t; typedef
33 dispatch_source_t p;
/aosp_15_r20/external/compiler-rt/lib/asan/tests/
H A Dasan_mac_test_helpers.mm165 dispatch_source_t timer =
182 dispatch_source_t timer =
/aosp_15_r20/external/compiler-rt/test/tsan/Darwin/
H A Dgcd-source-registration.mm12 dispatch_source_t source =
H A Dgcd-source-registration2.mm20 dispatch_source_t source =
H A Dgcd-source-event.mm12 dispatch_source_t source =
H A Dgcd-source-event2.mm20 dispatch_source_t source =
H A Dgcd-source-cancel.mm12 dispatch_source_t source =
H A Dgcd-source-cancel2.mm20 dispatch_source_t source =
H A Dgcd-source-serial.mm13 dispatch_source_t timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, q);
/aosp_15_r20/external/libchrome/base/synchronization/
H A Dwaitable_event_watcher.h134 ScopedDispatchObject<dispatch_source_t> source_;
/aosp_15_r20/external/cronet/base/apple/
H A Ddispatch_source_mach.cc16 ScopedDispatchObject<dispatch_source_t> source;
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/synchronization/
Dwaitable_event_watcher.h137 ScopedDispatchObject<dispatch_source_t> source_;
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/synchronization/
Dwaitable_event_watcher.h137 ScopedDispatchObject<dispatch_source_t> source_;
/aosp_15_r20/external/mdnsresponder/Clients/
H A Ddns-sd.c226 dispatch_source_t timer_source;
/aosp_15_r20/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c145 dispatch_source_t disp_source;