Searched refs:checklock_init (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/unbound/testcode/
H A Dchecklocks.h225 void checklock_init(enum check_lock_type type, struct checked_lock** lock,
311 #define lock_rw_init(lock) checklock_init(check_lock_rwlock, &((lock)->c_rw), __func__, __FILE__, __LINE__)
319 #define lock_basic_init(lock) checklock_init(check_lock_mutex, &((lock)->c_m), __func__, __FILE__, __LINE__)
326 #define lock_quick_init(lock) checklock_init(check_lock_spinlock, &((lock)->c_spl), __func__, __FILE__, __LINE__)
H A Dchecklocks.c283 checklock_init(enum check_lock_type type, struct checked_lock** lock, function
/openbsd-current/usr.sbin/unbound/
H A Dconfigure23645 echo checklock_init >> clubsyms.def

Completed in 149 milliseconds