Home
last modified time | relevance | path

Searched refs:dispatch_group_async (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_mac.cc138 void dispatch_group_async(dispatch_group_t dg, dispatch_queue_t dq,
161 INTERCEPTOR(void, dispatch_group_async, dispatch_group_t dg,
164 REAL(dispatch_group_async)(dg, dq, lsan_block);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_mac.cc140 void dispatch_group_async(dispatch_group_t dg, dispatch_queue_t dq,
163 INTERCEPTOR(void, dispatch_group_async, dispatch_group_t dg,
166 REAL(dispatch_group_async)(dg, dq, lsan_block);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_mac.cpp139 void dispatch_group_async(dispatch_group_t dg, dispatch_queue_t dq,
162 INTERCEPTOR(void, dispatch_group_async, dispatch_group_t dg,
165 REAL(dispatch_group_async)(dg, dq, lsan_block);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_mac.cpp241 void dispatch_group_async(dispatch_group_t dg, dispatch_queue_t dq,
266 INTERCEPTOR(void, dispatch_group_async,
270 REAL(dispatch_group_async)(dg, dq, asan_block);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_mac.cc274 void dispatch_group_async(dispatch_group_t dg, dispatch_queue_t dq,
299 INTERCEPTOR(void, dispatch_group_async,
303 REAL(dispatch_group_async)(dg, dq, asan_block);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_mac.cc272 void dispatch_group_async(dispatch_group_t dg, dispatch_queue_t dq,
297 INTERCEPTOR(void, dispatch_group_async,
301 REAL(dispatch_group_async)(dg, dq, asan_block);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_libdispatch.cpp354 TSAN_INTERCEPTOR(void, dispatch_group_async, dispatch_group_t group, in TSAN_INTERCEPTOR() argument
356 SCOPED_TSAN_INTERCEPTOR(dispatch_group_async, group, queue, block); in TSAN_INTERCEPTOR()
789 INTERCEPT_FUNCTION(dispatch_group_async); in InitializeLibdispatchInterceptors()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc332 TSAN_INTERCEPTOR(void, dispatch_group_async, dispatch_group_t group, in TSAN_INTERCEPTOR() argument
334 SCOPED_TSAN_INTERCEPTOR(dispatch_group_async, group, queue, block); in TSAN_INTERCEPTOR()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc334 TSAN_INTERCEPTOR(void, dispatch_group_async, dispatch_group_t group, in TSAN_INTERCEPTOR() argument
336 SCOPED_TSAN_INTERCEPTOR(dispatch_group_async, group, queue, block); in TSAN_INTERCEPTOR()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_mac_test_helpers.mm208 dispatch_group_async(group, queue, ^{