Searched refs:dispatch_source_t (Results 1 – 14 of 14) sorted by relevance
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_mac.cpp | 56 typedef void *dispatch_source_t; typedef 142 void dispatch_source_set_cancel_handler(dispatch_source_t ds, 144 void dispatch_source_set_event_handler(dispatch_source_t ds, 173 INTERCEPTOR(void, dispatch_source_set_cancel_handler, dispatch_source_t ds, 183 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds,
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_mac.cpp | 125 typedef void* dispatch_source_t; typedef 250 void dispatch_source_set_cancel_handler(dispatch_source_t ds, 252 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void)); 288 dispatch_source_t ds, void(^work)(void)) { 299 dispatch_source_t ds, void(^work)(void)) {
|
/llvm-project/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/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/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/compiler-rt/test/lsan/TestCases/Darwin/ |
H A D | dispatch_continuations.mm | 11 dispatch_source_t timer =
|
/llvm-project/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/lldb/source/Host/macosx/objcxx/ |
H A D | Host.mm | 1512 dispatch_source_t source = ::dispatch_source_create(
|