Searched refs:dispatch_group_wait (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_libdispatch.cpp | 336 TSAN_INTERCEPTOR(long_t, dispatch_group_wait, dispatch_group_t group, in TSAN_INTERCEPTOR() argument 338 SCOPED_TSAN_INTERCEPTOR(dispatch_group_wait, group, timeout); in TSAN_INTERCEPTOR() 339 long_t result = REAL(dispatch_group_wait)(group, timeout); in TSAN_INTERCEPTOR() 787 INTERCEPT_FUNCTION(dispatch_group_wait); in InitializeLibdispatchInterceptors()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_libdispatch_mac.cc | 317 TSAN_INTERCEPTOR(long_t, dispatch_group_wait, dispatch_group_t group, in TSAN_INTERCEPTOR() argument 319 SCOPED_TSAN_INTERCEPTOR(dispatch_group_wait, group, timeout); in TSAN_INTERCEPTOR() 320 long_t result = REAL(dispatch_group_wait)(group, timeout); in TSAN_INTERCEPTOR()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_libdispatch_mac.cc | 319 TSAN_INTERCEPTOR(long_t, dispatch_group_wait, dispatch_group_t group, in TSAN_INTERCEPTOR() argument 321 SCOPED_TSAN_INTERCEPTOR(dispatch_group_wait, group, timeout); in TSAN_INTERCEPTOR() 322 long_t result = REAL(dispatch_group_wait)(group, timeout); in TSAN_INTERCEPTOR()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
H A D | asan_mac_test_helpers.mm | 211 dispatch_group_wait(group, DISPATCH_TIME_FOREVER);
|