Searched refs:dispatch_source_set_registration_handler (Results 1 – 1 of 1) sorted by relevance
474 TSAN_INTERCEPTOR(void, dispatch_source_set_registration_handler, in TSAN_INTERCEPTOR() argument476 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_registration_handler, source, in TSAN_INTERCEPTOR()479 return REAL(dispatch_source_set_registration_handler)(source, nullptr); in TSAN_INTERCEPTOR()489 REAL(dispatch_source_set_registration_handler)(source, new_handler); in TSAN_INTERCEPTOR() local498 return REAL(dispatch_source_set_registration_handler)(source, nullptr); in TSAN_INTERCEPTOR()502 WRAP(dispatch_source_set_registration_handler)(source, block); in TSAN_INTERCEPTOR() local797 INTERCEPT_FUNCTION(dispatch_source_set_registration_handler); in InitializeLibdispatchInterceptors()