Searched defs:mtx_init (Results 1 – 6 of 6) sorted by relevance
4 int mtx_init(mtx_t *m, int type) in mtx_init() function
56 mtx_init(pthread_mutex_t *mtx, const char *name, const char *type, int opts) in mtx_init() function
152 mtx_init(mtx_t *mtx, int type) in mtx_init() function
204 mtx_init(mtx_t *mtx, int type) in mtx_init() function
56 int mtx_init(mtx_t *mtx, int type) in mtx_init() function
304 simple_mtx_t mtx_init = SIMPLE_MTX_INITIALIZER; in pandecode_create_context() local