Searched defs:cnd_timedwait (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-spuriously-wake-up-functions.c | 16 int cnd_timedwait(cnd_t *cond, mtx_t *mutex, in cnd_timedwait() function
|
/external/virglrenderer/src/gallium/include/c11/ |
D | threads_posix.h | 135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt) in cnd_timedwait() function
|
D | threads_win32.h | 381 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt) in cnd_timedwait() function
|
/external/mesa3d/include/c11/ |
D | threads_posix.h | 135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait() function
|
D | threads_win32.h | 385 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait() function
|