Searched defs:clockid (Results 1 – 3 of 3) sorted by relevance
| /components/libc/compilers/common/ |
| A D | ctime.c | 595 int clock_getres(clockid_t clockid, struct timespec *res) in clock_getres() 628 int clock_gettime(clockid_t clockid, struct timespec *tp) in clock_gettime() 663 int clock_nanosleep(clockid_t clockid, int flags, const struct timespec *rqtp, struct timespec *rmt… in clock_nanosleep() 720 int clock_settime(clockid_t clockid, const struct timespec *tp) in clock_settime() 811 clockid_t clockid; member 946 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create()
|
| /components/libc/posix/io/timerfd/ |
| A D | timerfd.c | 45 int clockid; member 183 static int timerfd_do_create(int clockid, int flags) in timerfd_do_create() 577 int timerfd_create(int clockid, int flags) in timerfd_create()
|
| /components/lwp/ |
| A D | lwp_syscall.c | 3037 sysret_t sys_timer_create(clockid_t clockid, struct sigevent *restrict sevp, timer_t *restrict time… in sys_timer_create() 10637 sysret_t sys_timerfd_create(int clockid, int flags) in sys_timerfd_create()
|
Completed in 21 milliseconds