Searched defs:lock_quick_destroy (Results 1 – 3 of 3) sorted by relevance
129 #define lock_quick_destroy(lock) LOCKRET(pthread_mutex_destroy(lock)) macro144 #define lock_quick_destroy(lock) LOCKRET(pthread_spin_destroy(lock)) macro204 #define lock_quick_destroy(lock) LOCKRET(mutex_destroy(lock)) macro242 #define lock_quick_destroy(lock) lock_basic_destroy(lock) macro278 #define lock_quick_destroy(lock) /* nop */ macro
327 #define lock_quick_destroy(lock) checklock_destroy(check_lock_spinlock, &((lock)->c_spl), __func__,… macro