Searched defs:mtx_init (Results 1 – 5 of 5) sorted by relevance
45 mtx_init(mtx_t *mtx, int type) in mtx_init() function
49 mtx_init(pthread_mutex_t *lock) in mtx_init() function
47 mtx_init(struct mtx *mtx, const char *name, const char *type, int opt) in mtx_init() function
137 #define mtx_init(m, n, t, o) \ macro