Home
last modified time | relevance | path

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

12

/external/llvm-project/compiler-rt/lib/lsan/
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,
/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/llvm-project/compiler-rt/lib/asan/
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)) {
/external/webrtc/sdk/objc/components/capturer/
DRTCFileVideoCapturer.m167 __block dispatch_source_t timer = [self createStrictTimer];
205 - (dispatch_source_t)createStrictTimer {
206 dispatch_source_t timer = dispatch_source_create(
/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/llvm-project/compiler-rt/test/tsan/libdispatch/
Dsource-registration.c16 dispatch_source_t source = in main()
Dsource-event.c16 dispatch_source_t source = in main()
Dsource-registration2.c23 dispatch_source_t source = in main()
Dsource-cancel.c16 dispatch_source_t source = in main()
Dsource-event2.c23 dispatch_source_t source = in main()
Dsource-cancel2.c23 dispatch_source_t source = in main()
Dsource-serial.c14 dispatch_source_t timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, q); in main()
/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/llvm-project/compiler-rt/lib/tsan/rtl/
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()
/external/libchrome/base/synchronization/
Dwaitable_event_watcher.h134 ScopedDispatchObject<dispatch_source_t> source_;
/external/llvm-project/clang/test/Analysis/inlining/
Dinline-defensive-checks.m25 typedef struct dispatch_source_s *dispatch_source_t; typedef
33 dispatch_source_t p;
/external/clang/test/Analysis/inlining/
Dinline-defensive-checks.m25 typedef struct dispatch_source_s *dispatch_source_t; typedef
33 dispatch_source_t p;
/external/llvm-project/compiler-rt/lib/asan/tests/
Dasan_mac_test_helpers.mm165 dispatch_source_t timer =
182 dispatch_source_t timer =
/external/compiler-rt/lib/asan/tests/
Dasan_mac_test_helpers.mm165 dispatch_source_t timer =
182 dispatch_source_t timer =

12