Home
last modified time | relevance | path

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

/components/libc/compilers/common/include/sys/
A Dtime.h216 int timer_gettime(timer_t timerid, struct itimerspec *its);
/components/libc/posix/
A DKconfig94 bool "Enable timer APIs, timer_create()/timer_gettime() etc"
/components/libc/compilers/common/
A Dctime.c1115 int timer_gettime(timer_t timerid, struct itimerspec *its) in timer_gettime() function
1155 RTM_EXPORT(timer_gettime);
1185 timer_gettime(timerid, ovalue); in timer_settime()
/components/libc/
A Dposix-info.txt307 + timer_gettime()
/components/lwp/
A Dlwp_syscall.c3187 ret = timer_gettime(timerid, &curr_value_k); in sys_timer_gettime()
3190 ret = timer_gettime(timerid, curr_value); in sys_timer_gettime()

Completed in 21 milliseconds