Home
last modified time | relevance | path

Searched refs:clock_gettime (Results 1 – 7 of 7) sorted by relevance

/components/libc/cplusplus/cpp11/gcc/
A Dutils.cpp25 clock_gettime(CLOCK_REALTIME, &tp); in now()
/components/libc/compilers/common/include/sys/
A Dtime.h205 int clock_gettime (clockid_t clockid, struct timespec *tp);
/components/libc/posix/
A DKconfig87 bool "Enable clock/time APIs, clock_gettime()/clock_settime() etc"
/components/libc/posix/io/timerfd/
A Dtimerfd.c291 ret = clock_gettime(tfd->clockid, cur_time); in get_current_time()
295 ret = clock_gettime(CLOCK_MONOTONIC, cur_time); in get_current_time()
/components/libc/compilers/common/
A Dctime.c628 int clock_gettime(clockid_t clockid, struct timespec *tp) in clock_gettime() function
661 RTM_EXPORT(clock_gettime);
771 clock_gettime(CLOCK_REALTIME, &tp); in rt_timespec_to_tick()
/components/libc/
A Dposix-info.txt290 + clock_gettime()
/components/lwp/
A Dlwp_syscall.c8112 ret = clock_gettime(clk, kts); in sys_clock_gettime()
8129 ret = clock_gettime(clk, ts); in sys_clock_gettime()

Completed in 24 milliseconds