Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp56 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 Dasan_mac.cpp125 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 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()
/llvm-project/compiler-rt/test/tsan/libdispatch/
H A Dsource-registration.c16 dispatch_source_t source = in main()
H A Dsource-event.c16 dispatch_source_t source = in main()
H A Dsource-registration2.c23 dispatch_source_t source = in main()
H A Dsource-cancel.c16 dispatch_source_t source = in main()
H A Dsource-event2.c23 dispatch_source_t source = in main()
H A Dsource-cancel2.c23 dispatch_source_t source = in main()
H A Dsource-serial.c14 dispatch_source_t timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, q); in main()
/llvm-project/clang/test/Analysis/inlining/
H A Dinline-defensive-checks.m25 typedef struct dispatch_source_s *dispatch_source_t; typedef
33 dispatch_source_t p;
/llvm-project/compiler-rt/test/lsan/TestCases/Darwin/
H A Ddispatch_continuations.mm11 dispatch_source_t timer =
/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_mac_test_helpers.mm165 dispatch_source_t timer =
182 dispatch_source_t timer =
/llvm-project/lldb/source/Host/macosx/objcxx/
H A DHost.mm1512 dispatch_source_t source = ::dispatch_source_create(