Searched refs:dispatch_apply_f (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/pstl/ |
H A D | libdispatch.cpp | 18 ::dispatch_apply_f(chunk_count, DISPATCH_APPLY_AUTO, context, func); in __dispatch_apply()
|
/freebsd/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()
|