Searched defs:clock_gettime (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/ |
| D | posix-clock.h | 43 int (*clock_gettime)(struct posix_clock *pc, struct timespec64 *ts); member
|
| /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-6.6/kernel/time/ |
| D | posix-stubs.c | 60 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
|
| D | posix-timers.c | 1133 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
|
| /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 | 1127 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
|
| /kernel/uniproton/src/osal/posix/ |
| D | prt_posix_time.c | 390 int clock_gettime(clockid_t clockId, struct timespec *tp) in clock_gettime() function
|
| /kernel/liteos_m/kal/posix/src/ |
| D | time.c | 351 int clock_gettime(clockid_t clockID, struct timespec *tp) in clock_gettime() function
|
| /kernel/liteos_a/compat/posix/src/ |
| D | time.c | 584 int clock_gettime(clockid_t clockID, struct timespec *tp) in clock_gettime() function
|