Home
last modified time | relevance | path

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

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