Home
last modified time | relevance | path

Searched refs:lock_quick_destroy (Results 1 – 5 of 5) 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
H A Dtcp_conn_limit.c69 lock_quick_destroy(&n->lock); in tcl_list_free_node()
H A Dalloc.c167 lock_quick_destroy(&alloc->lock); in alloc_clear()
/freebsd/contrib/unbound/compat/
H A Darc4_lock.c79 lock_quick_destroy(&arc4lock); in _ARC4_LOCK_DESTROY()
/freebsd/contrib/unbound/util/storage/
H A Dlruhash.c87 lock_quick_destroy(&table->lock); in lruhash_create()
105 lock_quick_destroy(&bin->lock); in bin_delete()
160 lock_quick_destroy(&table->lock); in lruhash_delete()
258 lock_quick_destroy(&table->array[i].lock); in table_grow()