Searched refs:mtx_recursive (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/include/c11/ |
| H A D | threads.h | 50 mtx_recursive = 4 enumerator in enum:__anond0aeed7a0103
|
| H A D | threads_posix.h | 201 && 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 D | threads_win32.h | 426 && 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 D | threads.h | 50 mtx_recursive = 4 enumerator in enum:__anon73afb02d0103
|
| H A D | threads_posix.h | 201 && 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 D | threads_win32.h | 294 && 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 D | hash.c | 67 mtx_init(&table->Mutex, mtx_recursive);
|
| H A D | shared.c | 129 mtx_init(&shared->TexMutex, mtx_recursive);
|
| H A D | texturebindless.c | 392 mtx_init(&shared->HandlesMutex, mtx_recursive);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | shared.c | 131 mtx_init(&shared->TexMutex, mtx_recursive);
|
| H A D | texturebindless.c | 393 mtx_init(&shared->HandlesMutex, mtx_recursive);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_resource.c | 315 mtx_init(&rsc->lock, mtx_recursive); 563 mtx_init(&rsc->lock, mtx_recursive);
|
| H A D | etnaviv_context.c | 620 mtx_init(&ctx->lock, mtx_recursive);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_screen.c | 1145 (void) mtx_init(&svgascreen->swc_mutex, mtx_recursive);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_screen.c | 1026 mtx_init(&screen->lock, mtx_recursive);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_screen.c | 1116 (void) mtx_init(&svgascreen->swc_mutex, mtx_recursive);
|
Completed in 19 milliseconds