Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_mac.cpp129 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() argument
132 REAL(dispatch_group_async_f) in INTERCEPTOR()
/external/compiler-rt/lib/asan/
Dasan_mac.cc221 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() argument
231 REAL(dispatch_group_async_f)(group, dq, (void*)asan_ctxt, in INTERCEPTOR()
/external/llvm-project/compiler-rt/lib/asan/
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()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
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()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc312 TSAN_INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in TSAN_INTERCEPTOR() argument
315 SCOPED_TSAN_INTERCEPTOR(dispatch_group_async_f, group, queue, context, work); in TSAN_INTERCEPTOR()