Home
last modified time | relevance | path

Searched refs:TIME_UTC (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/include/c11/
Dthreads.h34 #ifndef TIME_UTC
35 #define TIME_UTC 1 macro
Dthreads_posix.h390 if (base == TIME_UTC) { in timespec_get()
Dthreads_win32.h656 if (base == TIME_UTC) { in timespec_get()
/external/virglrenderer/src/gallium/include/c11/
Dthreads.h34 #ifndef TIME_UTC
35 #define TIME_UTC 1 macro
Dthreads_posix.h368 if (base == TIME_UTC) { in xtime_get()
Dthreads_win32.h636 if (base == TIME_UTC) { in xtime_get()
/external/libcxx/test/std/utilities/time/date.time/
Dctime.pass.cpp24 #ifndef TIME_UTC
25 #error TIME_UTC not defined
/external/libcxx/test/std/language.support/support.runtime/
Dctime.pass.cpp25 #ifndef TIME_UTC
26 #error TIME_UTC not defined
/external/libcxx/include/
Dctime21 TIME_UTC // C++17
/external/mesa3d/src/util/
Du_queue.c173 timespec_get(&ts, TIME_UTC); in _util_queue_fence_wait_timeout()