/external/llvm-project/compiler-rt/lib/lsan/ |
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,
|
/external/compiler-rt/lib/asan/ |
D | asan_mac.cc | 131 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/ |
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)) {
|
/external/webrtc/sdk/objc/components/capturer/ |
D | RTCFileVideoCapturer.m | 167 __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/ |
D | tsan_libdispatch_mac.cc | 71 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/ |
D | source-registration.c | 16 dispatch_source_t source = in main()
|
D | source-event.c | 16 dispatch_source_t source = in main()
|
D | source-registration2.c | 23 dispatch_source_t source = in main()
|
D | source-cancel.c | 16 dispatch_source_t source = in main()
|
D | source-event2.c | 23 dispatch_source_t source = in main()
|
D | source-cancel2.c | 23 dispatch_source_t source = in main()
|
D | source-serial.c | 14 dispatch_source_t timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, q); in main()
|
/external/compiler-rt/test/tsan/Darwin/ |
D | gcd-source-registration.mm | 12 dispatch_source_t source =
|
D | gcd-source-event.mm | 12 dispatch_source_t source =
|
D | gcd-source-registration2.mm | 20 dispatch_source_t source =
|
D | gcd-source-event2.mm | 20 dispatch_source_t source =
|
D | gcd-source-cancel.mm | 12 dispatch_source_t source =
|
D | gcd-source-cancel2.mm | 20 dispatch_source_t source =
|
D | gcd-source-serial.mm | 13 dispatch_source_t timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, q);
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
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()
|
/external/libchrome/base/synchronization/ |
D | waitable_event_watcher.h | 134 ScopedDispatchObject<dispatch_source_t> source_;
|
/external/llvm-project/clang/test/Analysis/inlining/ |
D | inline-defensive-checks.m | 25 typedef struct dispatch_source_s *dispatch_source_t; typedef 33 dispatch_source_t p;
|
/external/clang/test/Analysis/inlining/ |
D | inline-defensive-checks.m | 25 typedef struct dispatch_source_s *dispatch_source_t; typedef 33 dispatch_source_t p;
|
/external/llvm-project/compiler-rt/lib/asan/tests/ |
D | asan_mac_test_helpers.mm | 165 dispatch_source_t timer = 182 dispatch_source_t timer =
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_mac_test_helpers.mm | 165 dispatch_source_t timer = 182 dispatch_source_t timer =
|