Searched refs:dispatch_source_set_cancel_handler (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_mac.cpp | 143 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);
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_mac.cpp | 241 void dispatch_source_set_cancel_handler(dispatch_source_t ds, 276 INTERCEPTOR(void, dispatch_source_set_cancel_handler, 279 REAL(dispatch_source_set_cancel_handler)(ds, work); 284 REAL(dispatch_source_set_cancel_handler)(ds, asan_block);
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_libdispatch.cpp | 444 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()
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/tests/ |
H A D | asan_mac_test_helpers.mm | 190 // 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, ^{
|
/openbsd/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
H A D | Host.mm | 1471 ::dispatch_source_set_cancel_handler(source, ^{
|