Home
last modified time | relevance | path

Searched refs:dispatch_source_set_cancel_handler (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp143 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
174 INTERCEPTOR(void, dispatch_source_set_cancel_handler, dispatch_source_t ds,
177 REAL(dispatch_source_set_cancel_handler)(ds, work);
181 REAL(dispatch_source_set_cancel_handler)(ds, lsan_block);
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_mac.cpp247 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
282 INTERCEPTOR(void, dispatch_source_set_cancel_handler,
285 REAL(dispatch_source_set_cancel_handler)(ds, work);
290 REAL(dispatch_source_set_cancel_handler)(ds, asan_block);
/llvm-project-15.0.7/compiler-rt/test/tsan/libdispatch/
H A Dsource-cancel.c23 dispatch_source_set_cancel_handler(source, ^{ in main()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_libdispatch.cpp444 TSAN_INTERCEPTOR(void, dispatch_source_set_cancel_handler, in TSAN_INTERCEPTOR() argument
446 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_cancel_handler, source, handler); in TSAN_INTERCEPTOR()
448 return REAL(dispatch_source_set_cancel_handler)(source, nullptr); in TSAN_INTERCEPTOR()
458 REAL(dispatch_source_set_cancel_handler)(source, new_handler); in TSAN_INTERCEPTOR() local
467 return REAL(dispatch_source_set_cancel_handler)(source, nullptr); in TSAN_INTERCEPTOR()
471 WRAP(dispatch_source_set_cancel_handler)(source, block); in TSAN_INTERCEPTOR() local
795 INTERCEPT_FUNCTION(dispatch_source_set_cancel_handler); in InitializeLibdispatchInterceptors()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp444 TSAN_INTERCEPTOR(void, dispatch_source_set_cancel_handler, in TSAN_INTERCEPTOR() argument
446 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_cancel_handler, source, handler); in TSAN_INTERCEPTOR()
448 return REAL(dispatch_source_set_cancel_handler)(source, nullptr); in TSAN_INTERCEPTOR()
458 REAL(dispatch_source_set_cancel_handler)(source, new_handler); in TSAN_INTERCEPTOR() local
467 return REAL(dispatch_source_set_cancel_handler)(source, nullptr); in TSAN_INTERCEPTOR()
471 WRAP(dispatch_source_set_cancel_handler)(source, block); in TSAN_INTERCEPTOR() local
795 INTERCEPT_FUNCTION(dispatch_source_set_cancel_handler); in InitializeLibdispatchInterceptors()
/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_mac_test_helpers.mm190 // Both dispatch_source_set_cancel_handler() and
192 // It's tricky to test dispatch_source_set_cancel_handler() separately,
197 dispatch_source_set_cancel_handler(timer, ^{
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm1470 ::dispatch_source_set_cancel_handler(source, ^{