Searched refs:dispatch_source_set_event_handler (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_mac.cpp | 145 void dispatch_source_set_event_handler(dispatch_source_t ds, 184 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds, 187 REAL(dispatch_source_set_event_handler)(ds, lsan_block);
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_mac.cpp | 249 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void)); 293 INTERCEPTOR(void, dispatch_source_set_event_handler, 297 REAL(dispatch_source_set_event_handler)(ds, asan_block);
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/libdispatch/ |
| H A D | source-event.c | 23 dispatch_source_set_event_handler(source, ^{ in main()
|
| H A D | source-serial.c | 19 dispatch_source_set_event_handler(timer, ^{ in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_libdispatch.cpp | 415 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler, in TSAN_INTERCEPTOR() argument 417 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_event_handler, source, handler); in TSAN_INTERCEPTOR() 419 return REAL(dispatch_source_set_event_handler)(source, nullptr); in TSAN_INTERCEPTOR() 429 REAL(dispatch_source_set_event_handler)(source, new_handler); in TSAN_INTERCEPTOR() local 437 return REAL(dispatch_source_set_event_handler)(source, nullptr); in TSAN_INTERCEPTOR() 441 WRAP(dispatch_source_set_event_handler)(source, block); in TSAN_INTERCEPTOR() local 793 INTERCEPT_FUNCTION(dispatch_source_set_event_handler); in InitializeLibdispatchInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_libdispatch.cpp | 415 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler, in TSAN_INTERCEPTOR() argument 417 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_event_handler, source, handler); in TSAN_INTERCEPTOR() 419 return REAL(dispatch_source_set_event_handler)(source, nullptr); in TSAN_INTERCEPTOR() 429 REAL(dispatch_source_set_event_handler)(source, new_handler); in TSAN_INTERCEPTOR() local 437 return REAL(dispatch_source_set_event_handler)(source, nullptr); in TSAN_INTERCEPTOR() 441 WRAP(dispatch_source_set_event_handler)(source, block); in TSAN_INTERCEPTOR() local 793 INTERCEPT_FUNCTION(dispatch_source_set_event_handler); in InitializeLibdispatchInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/tests/ |
| H A D | asan_mac_test_helpers.mm | 173 dispatch_source_set_event_handler(timer, ^{ 191 // dispatch_source_set_event_handler() use dispatch_barrier_async_f(). 194 dispatch_source_set_event_handler(timer, ^{
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 1473 ::dispatch_source_set_event_handler(source, ^{
|