Home
last modified time | relevance | path

Searched refs:mtx_recursive (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/include/c11/
Dthreads_posix.h205 && type != (mtx_plain|mtx_recursive) in mtx_init()
206 && type != (mtx_timed|mtx_recursive) in mtx_init()
207 && type != (mtx_try|mtx_recursive)) in mtx_init()
210 if ((type & mtx_recursive) == 0) { in mtx_init()
Dthreads.h61 mtx_recursive = 4 enumerator
Dthreads_win32.h422 && type != (mtx_plain|mtx_recursive) in mtx_init()
423 && type != (mtx_timed|mtx_recursive) in mtx_init()
424 && type != (mtx_try|mtx_recursive)) in mtx_init()
/external/mesa3d/src/mesa/main/
Dhash.c135 mtx_init(&table->Mutex, mtx_recursive); in _mesa_NewHashTable()
Dshared.c120 mtx_init(&shared->TexMutex, mtx_recursive); in _mesa_alloc_shared_state()