Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dtimespec_get.cpp32 return (base == TIME_UTC && clock_gettime(CLOCK_REALTIME, ts) != -1) ? base : 0; in timespec_get()
/bionic/libc/include/
Dtime.h108 #define TIME_UTC 1 macro
/bionic/tests/
Dthreads_test.cpp209 ASSERT_EQ(TIME_UTC, timespec_get(&ts, TIME_UTC)); in TEST()
Dtime_test.cpp1258 ASSERT_EQ(TIME_UTC, timespec_get(&ts, TIME_UTC)); in TEST()