Searched refs:seconds (Results 1 – 12 of 12) sorted by relevance
33 __sleep (unsigned int seconds) in __sleep() argument42 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()
29 alarm (unsigned int seconds) in alarm() argument37 new.it_value.tv_sec = (long int) seconds; in alarm()
47 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()
65 usage->ru_utime.tv_sec = bi.user_time.seconds; in __getrusage()67 usage->ru_stime.tv_sec = bi.system_time.seconds; in __getrusage()
56 atime->seconds = tvp[0].tv_sec; in utime_tvalue_from_tval()58 mtime->seconds = tvp[1].tv_sec; in utime_tvalue_from_tval()
32 return t->seconds * 1000000 + t->microseconds; in clock_from_time_value()
68 elapsed.tv_sec = tv.seconds; in __getitimer()
251 now.tv_sec = tv.seconds; in setitimer_locked()
30 __sleep (unsigned int seconds) in __sleep() argument41 0, 0, recv, seconds * 1000, MACH_PORT_NULL); in __sleep()46 return seconds - (after - before); in __sleep()
48 struct time_value t = { .seconds = 0, .microseconds = 0 }; in __clock_gettime()
47 long s = i->creation_time.seconds;
227 long s = i->creation_time.seconds;
Completed in 15 milliseconds