Searched refs:dispatch_source_t (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A 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,
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_mac.cpp | 135 typedef void* dispatch_source_t; typedef 247 void dispatch_source_set_cancel_handler(dispatch_source_t ds, 249 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void)); 283 dispatch_source_t ds, void(^work)(void)) { 294 dispatch_source_t ds, void(^work)(void)) {
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/libdispatch/ |
| H A D | source-registration.c | 16 dispatch_source_t source = in main()
|
| H A D | source-event.c | 16 dispatch_source_t source = in main()
|
| H A D | source-registration2.c | 23 dispatch_source_t source = in main()
|
| H A D | source-cancel.c | 16 dispatch_source_t source = in main()
|
| H A D | source-event2.c | 23 dispatch_source_t source = in main()
|
| H A D | source-cancel2.c | 23 dispatch_source_t source = in main()
|
| H A D | source-serial.c | 14 dispatch_source_t timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, q); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| 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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/test/Analysis/inlining/ |
| H A D | inline-defensive-checks.m | 25 typedef struct dispatch_source_s *dispatch_source_t; typedef 33 dispatch_source_t p;
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/tests/ |
| H A D | asan_mac_test_helpers.mm | 165 dispatch_source_t timer = 182 dispatch_source_t timer =
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 1460 dispatch_source_t source = ::dispatch_source_create(
|