Searched refs:dispatch_group_notify_f (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_libdispatch.cpp | 381 DECLARE_REAL(void, dispatch_group_notify_f, dispatch_group_t group, in DECLARE_REAL() argument 407 REAL(dispatch_group_notify_f)(group, q, new_context, dispatch_callback_wrap); in DECLARE_REAL() local 410 TSAN_INTERCEPTOR(void, dispatch_group_notify_f, dispatch_group_t group, in TSAN_INTERCEPTOR() argument 792 INTERCEPT_FUNCTION(dispatch_group_notify_f); in InitializeLibdispatchInterceptors()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_libdispatch_mac.cc | 382 REAL(dispatch_group_notify_f)(group, q, new_context, dispatch_callback_wrap); in TSAN_INTERCEPTOR() local 385 TSAN_INTERCEPTOR(void, dispatch_group_notify_f, dispatch_group_t group, in TSAN_INTERCEPTOR() argument
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_libdispatch_mac.cc | 384 REAL(dispatch_group_notify_f)(group, q, new_context, dispatch_callback_wrap); in TSAN_INTERCEPTOR() local 387 TSAN_INTERCEPTOR(void, dispatch_group_notify_f, dispatch_group_t group, in TSAN_INTERCEPTOR() argument
|