mtx_destroy
#define INP_GROUP_LOCK_DESTROY(ipg) mtx_destroy(&(ipg)->ipg_lock)
extern void mtx_destroy(mtx_t *);
mtx_destroy(&mtx);
mtx_destroy(&stress_mtx);
mtx_destroy(&broadcast_mtx);
mtx_destroy(&signal_mtx);
mtx_destroy(&mtx);
mtx_destroy(&mtx);
mtx_destroy(&mtx);
mtx_destroy(&mtx);
mtx_destroy(&mtx);
mtx_destroy(&mtx);
mtx_destroy(&mtx);
mtx_destroy(&mtx);
mtx_destroy(&ct_mtx);
# define MUTEX_DESTROY(x) mtx_destroy(&(x)->ipf_lk)
# define RW_DESTROY(x) mtx_destroy(&(x)->ipf_lk)