Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_mac.cc277 void dispatch_group_async_f(dispatch_group_t group, dispatch_queue_t dq,
362 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in INTERCEPTOR() argument
372 REAL(dispatch_group_async_f)(group, dq, (void*)asan_ctxt, in INTERCEPTOR()
503 CHECK(INTERCEPT_FUNCTION(dispatch_group_async_f)); in InitializeMacInterceptors()
Dasan_intercepted_functions.h194 DECLARE_FUNCTION_AND_WRAPPER(void, dispatch_group_async_f,
/external/compiler-rt/lib/asan/dynamic/
Dasan_interceptors_dynamic.cc93 INTERPOSE_FUNCTION(dispatch_group_async_f),