Home
last modified time | relevance | path

Searched defs:mtx_init (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/thread/
Dmtx_init.c4 int mtx_init(mtx_t *m, int type) in mtx_init() function
/third_party/FreeBSD/sys/sys/
Dmutex.h56 mtx_init(pthread_mutex_t *mtx, const char *name, const char *type, int opts) in mtx_init() function
/third_party/mesa3d/src/c11/impl/
Dthreads_posix.c152 mtx_init(mtx_t *mtx, int type) in mtx_init() function
Dthreads_win32.c204 mtx_init(mtx_t *mtx, int type) in mtx_init() function
/third_party/glfw/deps/
Dtinycthread.c56 int mtx_init(mtx_t *mtx, int type) in mtx_init() function
/third_party/mesa3d/src/panfrost/lib/genxml/
Ddecode_common.c304 simple_mtx_t mtx_init = SIMPLE_MTX_INITIALIZER; in pandecode_create_context() local