Searched defs:clock_gettime (Results 1 – 10 of 10) sorted by relevance
| /kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Source/Stubs/ |
| D | clock_gettime.c | 10 __WEAK int clock_gettime(clockid_t clock_id, struct timespec *tp) in clock_gettime() function
|
| /kernel/liteos_m/targets/riscv_nuclei_demo_soc_gcc/SoC/demosoc/Common/Source/Stubs/ |
| D | clock_gettime.c | 10 __WEAK int clock_gettime(clockid_t clock_id, struct timespec* tp) in clock_gettime() function
|
| /kernel/linux/linux-4.19/kernel/time/ |
| D | posix-stubs.c | 92 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument 177 COMPAT_SYSCALL_DEFINE2(clock_gettime, clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE2() argument
|
| D | posix-timers.c | 1053 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument 1129 COMPAT_SYSCALL_DEFINE2(clock_gettime, clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE2() argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | posix-clock.h | 43 int (*clock_gettime)(struct posix_clock *pc, struct timespec64 *ts); member
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | posix-clock.h | 56 int (*clock_gettime)(struct posix_clock *pc, struct timespec64 *ts); member
|
| /kernel/linux/linux-5.10/kernel/time/ |
| D | posix-stubs.c | 93 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
|
| D | posix-timers.c | 1082 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
|
| /kernel/liteos_m/kal/posix/src/ |
| D | time.c | 328 int clock_gettime(clockid_t clockID, struct timespec *tp) in clock_gettime() function
|
| /kernel/liteos_a/compat/posix/src/ |
| D | time.c | 578 int clock_gettime(clockid_t clockID, struct timespec *tp) in clock_gettime() function
|