Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dlocks.h130 #define lock_quick_destroy(lock) LOCKRET(pthread_mutex_destroy(lock)) macro
145 #define lock_quick_destroy(lock) LOCKRET(pthread_spin_destroy(lock)) macro
205 #define lock_quick_destroy(lock) LOCKRET(mutex_destroy(lock)) macro
243 #define lock_quick_destroy(lock) lock_basic_destroy(lock) macro
279 #define lock_quick_destroy(lock) /* nop */ macro