Home
last modified time | relevance | path

Searched refs:__clock_nanosleep (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/time/
Dclock_nanosleep.c8 int __clock_nanosleep(clockid_t clk, int flags, const struct timespec *req, struct timespec *rem) in __clock_nanosleep() function
38 weak_alias(__clock_nanosleep, clock_nanosleep);
Dnanosleep.c6 return __syscall_ret(-__clock_nanosleep(CLOCK_REALTIME, 0, req, rem)); in nanosleep()
/third_party/musl/src/thread/
Dthrd_sleep.c8 int ret = -__clock_nanosleep(CLOCK_REALTIME, 0, req, rem); in thrd_sleep()
/third_party/musl/porting/liteos_a/kernel/src/include/
Dtime.h7 hidden int __clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
/third_party/musl/src/include/
Dtime.h7 hidden int __clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);