Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC (Results 1 – 8 of 8) sorted by relevance

/components/libc/compilers/common/include/sys/
A Dtime.h159 #ifndef CLOCK_MONOTONIC
160 #define CLOCK_MONOTONIC 4 macro
194 #define CLOCK_ID_MAX CLOCK_MONOTONIC
/components/lwp/arch/aarch64/common/
A Dvdso_data.c29 vdso_ts = &vdata[CS_HRES_COARSE].basetime[CLOCK_MONOTONIC]; in rt_vdso_update_glob_time()
/components/lwp/arch/risc-v/common/
A Dvdso_data.c29 vdso_ts = &vdata[CS_HRES_COARSE].basetime[CLOCK_MONOTONIC]; in rt_vdso_update_glob_time()
/components/lwp/vdso/
A Dvdso_datapage.h37 #define VDSO_MONOTIME (BIT_MASK(CLOCK_MONOTONIC) | \
/components/libc/compilers/common/
A Dctime.c611 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()
/components/lwp/vdso/user/arch/aarch64/
A Dvdso_sys.c77 return __rt_vdso_getcoarse(ts,CLOCK_MONOTONIC,vd); in __vdso_clock_gettime_common()
/components/lwp/vdso/user/arch/risc-v/
A Dvdso_sys.c84 return __rt_vdso_getcoarse(ts, CLOCK_MONOTONIC, vd); in __vdso_clock_gettime_common()
/components/libc/posix/io/timerfd/
A Dtimerfd.c191 (clockid != CLOCK_MONOTONIC && in timerfd_do_create()
295 ret = clock_gettime(CLOCK_MONOTONIC, cur_time); in get_current_time()

Completed in 10 milliseconds