HomeSort by relevance Sort by last modified time
    Searched refs:cnd_timedwait (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/include/c11/
threads_posix.h 135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) function
threads_win32.h 395 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) function
  /external/virglrenderer/src/gallium/include/c11/
threads_posix.h 135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt) function
threads_win32.h 381 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt) function
  /external/mesa3d/src/util/
u_queue.c 165 * internal interface consistent with os_time_*, but cnd_timedwait is spec'd
184 if (cnd_timedwait(&fence->cond, &fence->mutex, &ts) != thrd_success)
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c     [all...]

Completed in 201 milliseconds