Home
last modified time | relevance | path

Searched defs:rqtp (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dclock.c195 static int __z_clock_nanosleep(clockid_t clock_id, int flags, const struct timespec *rqtp, in __z_clock_nanosleep()
256 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep()
261 int clock_nanosleep(clockid_t clock_id, int flags, const struct timespec *rqtp, in clock_nanosleep()
/Zephyr-latest/tests/posix/timers/src/
Dnanosleep.c18 const struct timespec *rqtp, struct timespec *rmtp) in select_nanosleep()