Searched refs:mtx_recursive (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/c11/
H A Dthreads.h50 mtx_recursive = 4 enumerator in enum:__anond0aeed7a0103
H A Dthreads_posix.h201 && type != (mtx_plain|mtx_recursive)
202 && type != (mtx_timed|mtx_recursive)
203 && type != (mtx_try|mtx_recursive))
206 if ((type & mtx_recursive) == 0) {
H A Dthreads_win32.h426 && type != (mtx_plain|mtx_recursive)
427 && type != (mtx_timed|mtx_recursive)
428 && type != (mtx_try|mtx_recursive))
/xsrc/external/mit/MesaLib/dist/include/c11/
H A Dthreads.h50 mtx_recursive = 4 enumerator in enum:__anon73afb02d0103
H A Dthreads_posix.h201 && type != (mtx_plain|mtx_recursive)
202 && type != (mtx_timed|mtx_recursive)
203 && type != (mtx_try|mtx_recursive))
206 if ((type & mtx_recursive) == 0) {
H A Dthreads_win32.h294 && type != (mtx_plain|mtx_recursive)
295 && type != (mtx_timed|mtx_recursive)
296 && type != (mtx_try|mtx_recursive))
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dhash.c67 mtx_init(&table->Mutex, mtx_recursive);
H A Dshared.c129 mtx_init(&shared->TexMutex, mtx_recursive);
H A Dtexturebindless.c392 mtx_init(&shared->HandlesMutex, mtx_recursive);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dshared.c131 mtx_init(&shared->TexMutex, mtx_recursive);
H A Dtexturebindless.c393 mtx_init(&shared->HandlesMutex, mtx_recursive);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.c315 mtx_init(&rsc->lock, mtx_recursive);
563 mtx_init(&rsc->lock, mtx_recursive);
H A Detnaviv_context.c620 mtx_init(&ctx->lock, mtx_recursive);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_screen.c1145 (void) mtx_init(&svgascreen->swc_mutex, mtx_recursive);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_screen.c1026 mtx_init(&screen->lock, mtx_recursive);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_screen.c1116 (void) mtx_init(&svgascreen->swc_mutex, mtx_recursive);

Completed in 19 milliseconds