/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_libdispatch_mac.cc | 421 TSAN_INTERCEPTOR(void, dispatch_source_set_cancel_handler, 423 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_cancel_handler, source, handler); 425 return REAL(dispatch_source_set_cancel_handler)(source, nullptr); 435 REAL(dispatch_source_set_cancel_handler)(source, new_handler); local in function:__tsan::TSAN_INTERCEPTOR 444 return REAL(dispatch_source_set_cancel_handler)(source, nullptr); 448 WRAP(dispatch_source_set_cancel_handler)(source, block); local in function:__tsan::TSAN_INTERCEPTOR
|
tsan_libdispatch_mac.cc | 421 TSAN_INTERCEPTOR(void, dispatch_source_set_cancel_handler, 423 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_cancel_handler, source, handler); 425 return REAL(dispatch_source_set_cancel_handler)(source, nullptr); 435 REAL(dispatch_source_set_cancel_handler)(source, new_handler); local in function:__tsan::TSAN_INTERCEPTOR 444 return REAL(dispatch_source_set_cancel_handler)(source, nullptr); 448 WRAP(dispatch_source_set_cancel_handler)(source, block); local in function:__tsan::TSAN_INTERCEPTOR
|