Home
last modified time | relevance | path

Searched defs:lock_quick_destroy (Results 1 – 3 of 3) sorted by relevance

/openbsd/sbin/unwind/libunbound/util/
H A Dlocks.h129 #define lock_quick_destroy(lock) LOCKRET(pthread_mutex_destroy(lock)) macro
144 #define lock_quick_destroy(lock) LOCKRET(pthread_spin_destroy(lock)) macro
204 #define lock_quick_destroy(lock) LOCKRET(mutex_destroy(lock)) macro
242 #define lock_quick_destroy(lock) lock_basic_destroy(lock) macro
278 #define lock_quick_destroy(lock) /* nop */ macro
/openbsd/usr.sbin/unbound/util/
H A Dlocks.h129 #define lock_quick_destroy(lock) LOCKRET(pthread_mutex_destroy(lock)) macro
144 #define lock_quick_destroy(lock) LOCKRET(pthread_spin_destroy(lock)) macro
204 #define lock_quick_destroy(lock) LOCKRET(mutex_destroy(lock)) macro
242 #define lock_quick_destroy(lock) lock_basic_destroy(lock) macro
278 #define lock_quick_destroy(lock) /* nop */ macro
/openbsd/usr.sbin/unbound/testcode/
H A Dchecklocks.h327 #define lock_quick_destroy(lock) checklock_destroy(check_lock_spinlock, &((lock)->c_spl), __func__,… macro