Searched refs:dispatch_group_async_f (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_mac.cpp | 129 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/ |
D | asan_mac.cc | 221 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/ |
D | asan_mac.cpp | 224 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/ |
D | tsan_interceptors_libdispatch.cpp | 368 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/ |
D | tsan_libdispatch_mac.cc | 312 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()
|