Searched refs:dispatch_apply_f (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_libdispatch.cpp | 534 TSAN_INTERCEPTOR(void, dispatch_apply_f, size_t iterations, in TSAN_INTERCEPTOR() argument 537 SCOPED_TSAN_INTERCEPTOR(dispatch_apply_f, iterations, queue, context, work); in TSAN_INTERCEPTOR() 547 SCOPED_INTERCEPTOR_RAW(dispatch_apply_f); in TSAN_INTERCEPTOR() 555 REAL(dispatch_apply_f)(iterations, queue, new_block, invoke_block_iteration); in TSAN_INTERCEPTOR() local 800 INTERCEPT_FUNCTION(dispatch_apply_f); in InitializeLibdispatchInterceptors()
|