HomeSort by: relevance | last modified time | path
    Searched defs:lock_quick_destroy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
locks.h 130 #define lock_quick_destroy(lock) LOCKRET(pthread_mutex_destroy(lock)) macro
145 #define lock_quick_destroy(lock) LOCKRET(pthread_spin_destroy(lock)) macro
229 #define lock_quick_destroy(lock) LOCKRET(mutex_destroy(lock)) macro
268 #define lock_quick_destroy(lock) lock_basic_destroy(lock) macro
305 #define lock_quick_destroy(lock) /* nop */ macro
  /src/external/bsd/unbound/dist/testcode/
checklocks.h 349 #define lock_quick_destroy(lock) checklock_destroy(check_lock_spinlock, &((lock)->c_spl), __func__, __FILE__, __LINE__) macro

Completed in 158 milliseconds