Searched refs:CLOCK_REALTIME (Results 1 – 9 of 9) sorted by relevance
145 #ifndef CLOCK_REALTIME146 #define CLOCK_REALTIME 1 macro
25 vdso_ts = &vdata[CS_HRES_COARSE].basetime[CLOCK_REALTIME]; in rt_vdso_update_glob_time()
25 clock_gettime(CLOCK_REALTIME, &tp); in now()
35 #define VDSO_REALTIME (BIT_MASK(CLOCK_REALTIME) | \
605 case CLOCK_REALTIME: // use RTC in clock_getres()638 case CLOCK_REALTIME: // use RTC in clock_gettime()682 case CLOCK_REALTIME: // use RTC in clock_nanosleep()737 case CLOCK_REALTIME: in clock_settime()771 clock_gettime(CLOCK_REALTIME, &tp); in rt_timespec_to_tick()967 case CLOCK_REALTIME: in timer_create()1203 case CLOCK_REALTIME: in timer_settime()
75 return __rt_vdso_getcoarse(ts,CLOCK_REALTIME,vd); in __vdso_clock_gettime_common()
82 return __rt_vdso_getcoarse(ts, CLOCK_REALTIME, vd); in __vdso_clock_gettime_common()
192 clockid != CLOCK_REALTIME && in timerfd_do_create()
Completed in 17 milliseconds