Searched refs:dispatch_apply (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_libdispatch_mac.cc | 482 TSAN_INTERCEPTOR(void, dispatch_apply, size_t iterations, 485 SCOPED_TSAN_INTERCEPTOR(dispatch_apply, iterations, queue, block); 494 SCOPED_INTERCEPTOR_RAW(dispatch_apply); 502 REAL(dispatch_apply)(iterations, queue, new_block); 514 WRAP(dispatch_apply)(iterations, queue, new_block); in TSAN_INTERCEPTOR() local
|