Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/ipc/
H A Dcommon.c164 return dispatch_semaphore_signal((dispatch_semaphore_t)s); in heim_ipc_semaphore_signal()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp321 TSAN_INTERCEPTOR(long_t, dispatch_semaphore_signal, in TSAN_INTERCEPTOR() argument
323 SCOPED_TSAN_INTERCEPTOR(dispatch_semaphore_signal, dsema); in TSAN_INTERCEPTOR()
325 return REAL(dispatch_semaphore_signal)(dsema); in TSAN_INTERCEPTOR()
785 INTERCEPT_FUNCTION(dispatch_semaphore_signal); in InitializeLibdispatchInterceptors()