Home
last modified time | relevance | path

Searched refs:rwlock_destroy (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/head/
Dthread.h57 #define rwlock_destroy(l) pthread_rwlock_destroy(l) macro
Dsynch.h116 int rwlock_destroy(rwlock_t *);
/freebsd-10-stable/crypto/heimdal/include/
Dheim_threads.h76 #define HEIMDAL_RWLOCK_destroy(l) rwlock_destroy(l)
/freebsd-10-stable/crypto/openssl/crypto/threads/
Dth-lock.c202 rwlock_destroy(&(lock_cs[i])); in CRYPTO_thread_cleanup()
/freebsd-10-stable/contrib/unbound/util/
Dlocks.h172 #define lock_rw_destroy(lock) LOCKRET(rwlock_destroy(lock))
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/
Dkernel.c199 rwlock_destroy(&rwlp->rw_lock); in rw_destroy()
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/ztest/
Dztest.c5825 (void) rwlock_destroy(&ztest_name_lock); in ztest_run()
6009 (void) rwlock_destroy(&ztest_name_lock); in ztest_init()