Home
last modified time | relevance | path

Searched refs:clock_settime (Results 1 – 5 of 5) sorted by relevance

/components/libc/compilers/common/include/sys/
A Dtime.h206 int clock_settime (clockid_t clockid, const struct timespec *tp);
/components/libc/posix/
A DKconfig87 bool "Enable clock/time APIs, clock_gettime()/clock_settime() etc"
/components/libc/
A Dposix-info.txt292 + clock_settime()
/components/libc/compilers/common/
A Dctime.c720 int clock_settime(clockid_t clockid, const struct timespec *tp) in clock_settime() function
756 RTM_EXPORT(clock_settime);
/components/lwp/
A Dlwp_syscall.c8052 ret = clock_settime(clk, kts); in sys_clock_settime()
8066 ret = clock_settime(clk, ts); in sys_clock_settime()

Completed in 20 milliseconds