Searched refs:dispatch_apply_f (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/compiler-rt/test/tsan/libdispatch/ |
D | apply.c | 42 dispatch_apply_f(size, q, NULL, &callback); in main()
|
/external/compiler-rt/test/tsan/Darwin/ |
D | gcd-apply.mm | 36 dispatch_apply_f(100, q, NULL, &callback);
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
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()
|
/external/pthreadpool/src/ |
D | gcd.c | 122 dispatch_apply_f(threads_count.value, DISPATCH_APPLY_AUTO, threadpool, thread_main); in pthreadpool_parallelize()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_libdispatch_mac.cc | 470 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()
|