Searched refs:seconds (Results 1 – 19 of 19) sorted by relevance
31 void ssleep(unsigned int seconds) in ssleep() argument33 msleep(seconds * 1000); in ssleep()77 unsigned int sleep(unsigned int seconds) in sleep() argument81 ssleep(seconds); in sleep()85 while(seconds > 0) in sleep()88 seconds --; in sleep()
14 unsigned int sleep(unsigned int seconds);16 void ssleep(unsigned int seconds);
27 return time_point(duration(std::chrono::seconds(tp.tv_sec)) in now()
70 auto secs = chrono::time_point_cast<chrono::seconds>(abs_time);
50 unsigned int sleep(unsigned int seconds);
1118 rt_uint32_t seconds, nanoseconds; in timer_gettime() local1139 seconds = nanoseconds / NANOSECOND_PER_SECOND; in timer_gettime()1141 its->it_value.tv_sec = (rt_int32_t)seconds; in timer_gettime()
171 * Try to reconnect in 30 seconds, if you need a modem chatscript you have362 * seconds to several tens of seconds depending on the current PPP state.
56 Answers will use the supplied TTL (in seconds)
289 be polled every 5 seconds.
103 uint32 seconds; member
148 uint32 seconds; member
883 st->st_mtime = info->mtime.seconds; in nfs_stat()
232 if (!xdr_uint32(xdrs, &objp->seconds)) in xdr_nfstime3()
268 be polled every 5 seconds.400 Note: you must call etharp_tmr at a ARP_TMR_INTERVAL (5 seconds) regular interval
284 after 15 seconds, broadcast is used.718 times out after 20 seconds or after the configured SND_TIMEOUT or depending2991 that TCP_KEEPIDLE and TCP_KEEPINTVL have to be set in seconds.
537 after 15 seconds, broadcast is used.971 times out after 20 seconds or after the configured SND_TIMEOUT or depending3244 that TCP_KEEPIDLE and TCP_KEEPINTVL have to be set in seconds.
2035 that TCP_KEEPIDLE and TCP_KEEPINTVL have to be set in seconds.
Completed in 42 milliseconds