mtx_init
mtx_init(mtx_t *mtx, int type)
mtx_init(pthread_mutex_t *lock) __requires_unlocked(*lock)
mtx_init(struct mtx *mtx, const char *name, const char *type, int opt)
#define mtx_init(m, n, t, o) \