Searched defs:clock_nanosleep (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/kernel/time/ |
D | posix-stubs.c | 127 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument
|
D | posix-timers.c | 1245 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument
|
/kernel/liteos_m/kal/posix/src/ |
D | time.c | 433 int clock_nanosleep(clockid_t clk, int flags, const struct timespec *req, struct timespec *rem) in clock_nanosleep() function
|
/kernel/liteos_a/compat/posix/src/ |
D | time.c | 688 int clock_nanosleep(clockid_t clk, int flags, const struct timespec *req, struct timespec *rem) in clock_nanosleep() function
|