Home
last modified time | relevance | path

Searched refs:sec (Results 1 – 2 of 2) sorted by relevance

/sysdeps/mach/
A Dclock_nanosleep.c81 long int sec; in __clock_nanosleep() local
84 assert (sizeof (sec) >= sizeof (now.tv_sec)); in __clock_nanosleep()
92 sec = req->tv_sec - now.tv_sec - (nsec < 0); in __clock_nanosleep()
93 if (sec < 0) in __clock_nanosleep()
97 now.tv_sec = sec; in __clock_nanosleep()
/sysdeps/pthread/
A Dtst-timer.c51 intr_sleep (int sec) in intr_sleep() argument
55 ts.tv_sec = sec; in intr_sleep()

Completed in 3 milliseconds