Home
last modified time | relevance | path

Searched refs:dispatch_group_async_f (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_mac.cc128 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() argument
131 REAL(dispatch_group_async_f) in INTERCEPTOR()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_mac.cc130 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() argument
133 REAL(dispatch_group_async_f) in INTERCEPTOR()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_mac.cpp129 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() argument
132 REAL(dispatch_group_async_f) in INTERCEPTOR()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_mac.cpp224 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() argument
234 REAL(dispatch_group_async_f)(group, dq, (void*)asan_ctxt, in INTERCEPTOR()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_mac.cc257 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()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_mac.cc255 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() argument
265 REAL(dispatch_group_async_f)(group, dq, (void*)asan_ctxt, in INTERCEPTOR()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_libdispatch.cpp368 TSAN_INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in TSAN_INTERCEPTOR() argument
371 SCOPED_TSAN_INTERCEPTOR(dispatch_group_async_f, group, queue, context, work); in TSAN_INTERCEPTOR()
790 INTERCEPT_FUNCTION(dispatch_group_async_f); in InitializeLibdispatchInterceptors()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc346 TSAN_INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in TSAN_INTERCEPTOR() argument
349 SCOPED_TSAN_INTERCEPTOR(dispatch_group_async_f, group, queue, context, work); in TSAN_INTERCEPTOR()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc348 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()