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

/freebsd-13-stable/contrib/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

Completed in 63 milliseconds