Home
last modified time | relevance | path

Searched refs:req (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_nanosleep.c80 INT nanosleep(struct timespec *req, struct timespec *rem) in nanosleep() argument
87 …if ( (!req) || (req->tv_nsec > 999999999) || ((timer_ticks = (req->tv_sec * CPU_TICKS_PER_SECOND +… in nanosleep()
Dtx_px_time.h70 INT nanosleep(struct timespec *req, struct timespec *rem);
Dtime.h77 INT nanosleep(struct timespec *req, struct timespec *rem);
Dreadme_threadx_posix.txt197 INT nanosleep(struct timespec *req, struct timespec *rem)