Searched refs:dispatch_group_async_f (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_mac.cc | 130 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() argument 133 REAL(dispatch_group_async_f) in INTERCEPTOR()
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_mac.cc | 257 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() argument 267 REAL(dispatch_group_async_f)(group, dq, (void*)asan_ctxt, in INTERCEPTOR()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_libdispatch_mac.cc | 348 TSAN_INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in TSAN_INTERCEPTOR() argument 351 SCOPED_TSAN_INTERCEPTOR(dispatch_group_async_f, group, queue, context, work); in TSAN_INTERCEPTOR()
|