Home
last modified time | relevance | path

Searched refs:dispatch_semaphore_wait (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/lib/ipc/
H A Dcommon.c131 return dispatch_semaphore_wait((dispatch_semaphore_t)s, timeout); in heim_ipc_semaphore_wait()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp328 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()