Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 12 of 12) sorted by relevance

/sysdeps/posix/
A Dsleep.c33 __sleep (unsigned int seconds) in __sleep() argument
42 if (sizeof (ts.tv_sec) <= sizeof (seconds)) in __sleep()
46 ts.tv_sec += MIN (seconds, max); in __sleep()
47 seconds -= (unsigned int) ts.tv_sec; in __sleep()
51 ts.tv_sec = (time_t) seconds; in __sleep()
52 seconds = 0; in __sleep()
58 return seconds + ts.tv_sec; in __sleep()
60 while (seconds > 0); in __sleep()
A Dalarm.c29 alarm (unsigned int seconds) in alarm() argument
37 new.it_value.tv_sec = (long int) seconds; in alarm()
/sysdeps/mach/hurd/
A Dclock.c47 total = bi.user_time.seconds * 1000000 + bi.user_time.microseconds; in clock()
48 total += tti.user_time.seconds * 1000000 + tti.user_time.microseconds; in clock()
49 total += bi.system_time.seconds * 1000000 + bi.system_time.microseconds; in clock()
50 total += tti.system_time.seconds * 1000000 + tti.system_time.microseconds; in clock()
A Dgetrusage.c65 usage->ru_utime.tv_sec = bi.user_time.seconds; in __getrusage()
67 usage->ru_stime.tv_sec = bi.system_time.seconds; in __getrusage()
A Dutime-helper.c56 atime->seconds = tvp[0].tv_sec; in utime_tvalue_from_tval()
58 mtime->seconds = tvp[1].tv_sec; in utime_tvalue_from_tval()
A Dtimes.c32 return t->seconds * 1000000 + t->microseconds; in clock_from_time_value()
A Dgetitimer.c68 elapsed.tv_sec = tv.seconds; in __getitimer()
A Dsetitimer.c251 now.tv_sec = tv.seconds; in setitimer_locked()
/sysdeps/mach/
A Dsleep.c30 __sleep (unsigned int seconds) in __sleep() argument
41 0, 0, recv, seconds * 1000, MACH_PORT_NULL); in __sleep()
46 return seconds - (after - before); in __sleep()
A Dclock_gettime.c48 struct time_value t = { .seconds = 0, .microseconds = 0 }; in __clock_gettime()
A Dconfigure.ac47 long s = i->creation_time.seconds;
A Dconfigure227 long s = i->creation_time.seconds;

Completed in 8 milliseconds