Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dbarrier.c113 dispatch_semaphore_signal(bar->bar_sem); in barrier_wait()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dcommon.c168 return dispatch_semaphore_signal((dispatch_semaphore_t)s); in heim_ipc_semaphore_signal()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
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()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc302 TSAN_INTERCEPTOR(long_t, dispatch_semaphore_signal, in TSAN_INTERCEPTOR() argument
304 SCOPED_TSAN_INTERCEPTOR(dispatch_semaphore_signal, dsema); in TSAN_INTERCEPTOR()
306 return REAL(dispatch_semaphore_signal)(dsema); in TSAN_INTERCEPTOR()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc304 TSAN_INTERCEPTOR(long_t, dispatch_semaphore_signal, in TSAN_INTERCEPTOR() argument
306 SCOPED_TSAN_INTERCEPTOR(dispatch_semaphore_signal, dsema); in TSAN_INTERCEPTOR()
308 return REAL(dispatch_semaphore_signal)(dsema); in TSAN_INTERCEPTOR()