/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_libdispatch_mac.cc | 392 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler, 394 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_event_handler, source, handler); 396 return REAL(dispatch_source_set_event_handler)(source, nullptr); 406 REAL(dispatch_source_set_event_handler)(source, new_handler); local in function:__tsan::TSAN_INTERCEPTOR 414 return REAL(dispatch_source_set_event_handler)(source, nullptr); 418 WRAP(dispatch_source_set_event_handler)(source, block); local in function:__tsan::TSAN_INTERCEPTOR
|
tsan_libdispatch_mac.cc | 392 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler, 394 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_event_handler, source, handler); 396 return REAL(dispatch_source_set_event_handler)(source, nullptr); 406 REAL(dispatch_source_set_event_handler)(source, new_handler); local in function:__tsan::TSAN_INTERCEPTOR 414 return REAL(dispatch_source_set_event_handler)(source, nullptr); 418 WRAP(dispatch_source_set_event_handler)(source, block); local in function:__tsan::TSAN_INTERCEPTOR
|