Home
last modified time | relevance | path

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

/openbsd-src/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
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()
/openbsd-src/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
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()
/openbsd-src/sbin/unwind/libunbound/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()
/openbsd-src/usr.sbin/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()
/openbsd-src/usr.sbin/unbound/testcode/
H A Dchecklocks.h327 #define lock_quick_destroy(lock) checklock_destroy(check_lock_spinlock, &((lock)->c_spl), __func__,… macro
H A Dunitlruhash.c153 lock_quick_destroy(&bin.lock); in test_bin_find_entry()