Home
last modified time | relevance | path

Searched defs:dispatch_group_leave (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc325 TSAN_INTERCEPTOR(void, dispatch_group_leave, dispatch_group_t group) { in TSAN_INTERCEPTOR() argument
329 REAL(dispatch_group_leave)(group); in TSAN_INTERCEPTOR() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc327 TSAN_INTERCEPTOR(void, dispatch_group_leave, dispatch_group_t group) { in TSAN_INTERCEPTOR() argument
331 REAL(dispatch_group_leave)(group); in TSAN_INTERCEPTOR() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_libdispatch.cpp347 TSAN_INTERCEPTOR(void, dispatch_group_leave, dispatch_group_t group) { in TSAN_INTERCEPTOR() argument
351 REAL(dispatch_group_leave)(group); in TSAN_INTERCEPTOR() local