Home
last modified time | relevance | path

Searched refs:mtx_timed (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/include/c11/
Dthreads.h49 mtx_timed = 2, enumerator
Dthreads_posix.h200 if (type != mtx_plain && type != mtx_timed && type != mtx_try in mtx_init()
202 && type != (mtx_timed|mtx_recursive) in mtx_init()
Dthreads_win32.h425 if (type != mtx_plain && type != mtx_timed && type != mtx_try in mtx_init()
427 && type != (mtx_timed|mtx_recursive) in mtx_init()
/external/virglrenderer/src/gallium/include/c11/
Dthreads.h55 mtx_timed = 2, enumerator
Dthreads_posix.h178 if (type != mtx_plain && type != mtx_timed && type != mtx_try in mtx_init()
180 && type != (mtx_timed|mtx_recursive) in mtx_init()
Dthreads_win32.h421 if (type != mtx_plain && type != mtx_timed && type != mtx_try in mtx_init()
423 && type != (mtx_timed|mtx_recursive) in mtx_init()
/external/llvm-project/libc/config/linux/
Dapi.td341 "mtx_timed",
/external/llvm-project/libc/spec/
Dstdc.td461 EnumeratedNameValue<"mtx_timed">,
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc657 SYMBOL(mtx_timed, None, <threads.h>)