Searched defs:mtx_init (Results 1 – 7 of 7) sorted by relevance
43 mtx_init(mtx_t *mtx, int type) in mtx_init() function
49 mtx_init(pthread_mutex_t *lock) in mtx_init() function
143 static inline int mtx_init(mtx_t *mtx, int type) in mtx_init() function
135 static inline int mtx_init(mtx_t *mtx, int type) in mtx_init() function
168 #define mtx_init(m, n, t, o) \ macro
271 mtx_init(struct mtx *mtx, const char *name, const char *type, int opt) in mtx_init() function
1114 int mtx_init; member