Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/tsan/libdispatch/
Dapply.c42 dispatch_apply_f(size, q, NULL, &callback); in main()
/external/compiler-rt/test/tsan/Darwin/
Dgcd-apply.mm36 dispatch_apply_f(100, q, NULL, &callback);
/external/llvm-project/compiler-rt/lib/tsan/rtl/
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()
/external/pthreadpool/src/
Dgcd.c122 dispatch_apply_f(threads_count.value, DISPATCH_APPLY_AUTO, threadpool, thread_main); in pthreadpool_parallelize()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc470 TSAN_INTERCEPTOR(void, dispatch_apply_f, size_t iterations, in TSAN_INTERCEPTOR() argument
473 SCOPED_TSAN_INTERCEPTOR(dispatch_apply_f, iterations, queue, context, work); in TSAN_INTERCEPTOR()