Home
last modified time | relevance | path

Searched refs:dispatch_apply_f (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/src/pstl/
H A Dlibdispatch.cpp18 ::dispatch_apply_f(chunk_count, DISPATCH_APPLY_AUTO, context, func); in __dispatch_apply()
/llvm-project/compiler-rt/test/tsan/libdispatch/
H A Dapply.c42 dispatch_apply_f(size, q, NULL, &callback); in main()
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp534 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()