Searched refs:mtx_timedlock (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/test/Analysis/ |
D | c11lock.c | 16 int mtx_timedlock(mtx_t *mutex, 87 if (mtx_timedlock(&mtx, 0) == thrd_success) in good3()
|
D | block-in-critical-section.cpp | 36 void mtx_timedlock() {} in mtx_timedlock() function 78 mtx_timedlock(); in testBlockInCriticalSectionC11Locks()
|
/external/virglrenderer/src/gallium/include/c11/ |
D | threads_posix.h | 207 mtx_timedlock(mtx_t *mtx, const xtime *xt) in mtx_timedlock() function
|
D | threads_win32.h | 441 mtx_timedlock(mtx_t *mtx, const xtime *xt) in mtx_timedlock() function
|
/external/mesa3d/include/c11/ |
D | threads_posix.h | 234 mtx_timedlock(mtx_t *mtx, const struct timespec *ts) in mtx_timedlock() function
|
D | threads_win32.h | 445 mtx_timedlock(mtx_t *mtx, const struct timespec *ts) in mtx_timedlock() function
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 658 SYMBOL(mtx_timedlock, None, <threads.h>)
|
/external/llvm-project/clang/docs/analyzer/ |
D | checkers.rst | 2247 `` pthread_mutex_unlock, mtx_lock, mtx_timedlock, mtx_trylock, mtx_unlock, lock_guard, unique_lock``
|