Searched refs:rwlock_destroy (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/head/
H A Dsynch.h116 int rwlock_destroy(rwlock_t *);
H A Dthread.h57 #define rwlock_destroy(l) pthread_rwlock_destroy(l) macro
/freebsd-13-stable/crypto/heimdal/include/
H A Dheim_threads.h76 #define HEIMDAL_RWLOCK_destroy(l) rwlock_destroy(l)
/freebsd-13-stable/contrib/unbound/util/
H A Dlocks.h189 #define lock_rw_destroy(lock) LOCKRET(rwlock_destroy(lock))
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2586 TSAN_INTERCEPTOR_NETBSD_ALIAS(int, rwlock_destroy, void *m)
2806 TSAN_MAYBE_INTERCEPT_NETBSD_ALIAS(rwlock_destroy);

Completed in 174 milliseconds