Searched refs:dispatch_semaphore_wait (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | barrier.c | 92 if ((error = dispatch_semaphore_wait(bar->bar_sem, DISPATCH_TIME_FOREVER)) != 0) in barrier_wait()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/ |
H A D | common.c | 135 return dispatch_semaphore_wait((dispatch_semaphore_t)s, timeout); in heim_ipc_semaphore_wait()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_libdispatch.cpp | 328 TSAN_INTERCEPTOR(long_t, dispatch_semaphore_wait, dispatch_semaphore_t dsema, in TSAN_INTERCEPTOR() argument 330 SCOPED_TSAN_INTERCEPTOR(dispatch_semaphore_wait, dsema, timeout); in TSAN_INTERCEPTOR() 331 long_t result = REAL(dispatch_semaphore_wait)(dsema, timeout); in TSAN_INTERCEPTOR() 786 INTERCEPT_FUNCTION(dispatch_semaphore_wait); in InitializeLibdispatchInterceptors()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_libdispatch_mac.cc | 309 TSAN_INTERCEPTOR(long_t, dispatch_semaphore_wait, dispatch_semaphore_t dsema, in TSAN_INTERCEPTOR() argument 311 SCOPED_TSAN_INTERCEPTOR(dispatch_semaphore_wait, dsema, timeout); in TSAN_INTERCEPTOR() 312 long_t result = REAL(dispatch_semaphore_wait)(dsema, timeout); in TSAN_INTERCEPTOR()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_libdispatch_mac.cc | 311 TSAN_INTERCEPTOR(long_t, dispatch_semaphore_wait, dispatch_semaphore_t dsema, in TSAN_INTERCEPTOR() argument 313 SCOPED_TSAN_INTERCEPTOR(dispatch_semaphore_wait, dsema, timeout); in TSAN_INTERCEPTOR() 314 long_t result = REAL(dispatch_semaphore_wait)(dsema, timeout); in TSAN_INTERCEPTOR()
|