Searched refs:CLOCK_MONOTONIC (Results 1 – 8 of 8) sorted by relevance
159 #ifndef CLOCK_MONOTONIC160 #define CLOCK_MONOTONIC 4 macro194 #define CLOCK_ID_MAX CLOCK_MONOTONIC
29 vdso_ts = &vdata[CS_HRES_COARSE].basetime[CLOCK_MONOTONIC]; in rt_vdso_update_glob_time()
37 #define VDSO_MONOTIME (BIT_MASK(CLOCK_MONOTONIC) | \
611 case CLOCK_MONOTONIC: // use cputimer in clock_getres()644 case CLOCK_MONOTONIC: // use boottime in clock_gettime()689 case CLOCK_MONOTONIC: // use boottime in clock_nanosleep()742 case CLOCK_MONOTONIC: in clock_settime()969 case CLOCK_MONOTONIC: in timer_create()1209 case CLOCK_MONOTONIC: in timer_settime()
77 return __rt_vdso_getcoarse(ts,CLOCK_MONOTONIC,vd); in __vdso_clock_gettime_common()
84 return __rt_vdso_getcoarse(ts, CLOCK_MONOTONIC, vd); in __vdso_clock_gettime_common()
191 (clockid != CLOCK_MONOTONIC && in timerfd_do_create()295 ret = clock_gettime(CLOCK_MONOTONIC, cur_time); in get_current_time()
Completed in 10 milliseconds