Home
last modified time | relevance | path

Searched defs:abs_time (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-spuriously-wake-up-functions.cpp93 const chrono::time_point<Clock, Duration> &abs_time){}; in wait_until()
96 const chrono::time_point<Clock, Duration> &abs_time, in wait_until()
/external/tensorflow/tensorflow/core/platform/default/
Dmutex.cc68 nsync::nsync_time abs_time = nsync::nsync_time_s_ns( in AwaitWithDeadline() local
/external/virglrenderer/src/gallium/include/c11/
Dthreads_posix.h137 struct timespec abs_time; in cnd_timedwait() local
/external/mesa3d/include/c11/
Dthreads_posix.h135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait()
Dthreads_win32.h385 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait()