Home
last modified time | relevance | path

Searched refs:dispatch_apply (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/test/BlocksRuntime/
Drdar6405500.c24 dispatch_apply(10, dispatch_get_concurrent_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT), blockFu); in main()
/external/compiler-rt/test/tsan/Darwin/
Dgcd-apply-race.mm14 dispatch_apply(2, q, ^(size_t i) {
Dgcd-apply.mm24 dispatch_apply(100, q, ^(size_t i) {
/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc446 TSAN_INTERCEPTOR(void, dispatch_apply, size_t iterations,
448 SCOPED_TSAN_INTERCEPTOR(dispatch_apply, iterations, queue, block);
457 SCOPED_INTERCEPTOR_RAW(dispatch_apply);
465 REAL(dispatch_apply)(iterations, queue, new_block);
477 WRAP(dispatch_apply)(iterations, queue, new_block); in TSAN_INTERCEPTOR() local