Searched defs:clock_getres (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | posix-clock.h | 45 int (*clock_getres) (struct posix_clock *pc, struct timespec64 *ts); member
|
/kernel/linux/linux-5.10/kernel/time/ |
D | posix-timers.h | 5 int (*clock_getres)(const clockid_t which_clock, member
|
D | posix-stubs.c | 108 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument
|
D | posix-timers.c | 1138 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
|
/kernel/liteos_m/kal/posix/src/ |
D | time.c | 391 int clock_getres(clockid_t clockID, struct timespec *tp) in clock_getres() function
|
/kernel/liteos_a/compat/posix/src/ |
D | time.c | 655 int clock_getres(clockid_t clockID, struct timespec *tp) in clock_getres() function
|