Searched defs:clock_getres (Results 1 – 12 of 12) sorted by relevance
| /kernel/liteos_m/targets/riscv_nuclei_demo_soc_gcc/SoC/demosoc/Common/Source/Stubs/ |
| D | clock_getres.c | 8 __WEAK int clock_getres(clockid_t clock_id, struct timespec* res) in clock_getres() function
|
| /kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Source/Stubs/ |
| D | clock_getres.c | 8 __WEAK int clock_getres(clockid_t clock_id, struct timespec *res) in clock_getres() function
|
| /kernel/linux/linux-4.19/kernel/time/ |
| D | posix-stubs.c | 107 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument 192 COMPAT_SYSCALL_DEFINE2(clock_getres, clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE2() argument
|
| D | posix-timers.h | 5 int (*clock_getres)(const clockid_t which_clock, member
|
| D | posix-timers.c | 1094 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument 1179 COMPAT_SYSCALL_DEFINE2(clock_getres, clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE2() argument
|
| /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-4.19/include/linux/ |
| D | posix-clock.h | 58 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 | 1129 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
|
| /kernel/liteos_m/kal/posix/src/ |
| D | time.c | 368 int clock_getres(clockid_t clockID, struct timespec *tp) in clock_getres() function
|
| /kernel/liteos_a/compat/posix/src/ |
| D | time.c | 640 int clock_getres(clockid_t clockID, struct timespec *tp) in clock_getres() function
|