Home
last modified time | relevance | path

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

/components/libc/posix/delay/
A Ddelay.c31 void ssleep(unsigned int seconds) in ssleep() argument
33 msleep(seconds * 1000); in ssleep()
77 unsigned int sleep(unsigned int seconds) in sleep() argument
81 ssleep(seconds); in sleep()
85 while(seconds > 0) in sleep()
88 seconds --; in sleep()
A Ddelay.h14 unsigned int sleep(unsigned int seconds);
16 void ssleep(unsigned int seconds);
/components/libc/cplusplus/cpp11/gcc/
A Dutils.cpp27 return time_point(duration(std::chrono::seconds(tp.tv_sec)) in now()
A Dcondition_variable70 auto secs = chrono::time_point_cast<chrono::seconds>(abs_time);
/components/libc/compilers/common/include/sys/
A Dunistd.h50 unsigned int sleep(unsigned int seconds);
/components/libc/compilers/common/
A Dctime.c1118 rt_uint32_t seconds, nanoseconds; in timer_gettime() local
1139 seconds = nanoseconds / NANOSECOND_PER_SECOND; in timer_gettime()
1141 its->it_value.tv_sec = (rt_int32_t)seconds; in timer_gettime()
/components/net/lwip/lwip-2.0.3/doc/
A Dppp.txt171 * Try to reconnect in 30 seconds, if you need a modem chatscript you have
362 * seconds to several tens of seconds depending on the current PPP state.
A Dmdns.txt56 Answers will use the supplied TTL (in seconds)
A Drawapi.txt289 be polled every 5 seconds.
/components/net/lwip/lwip-2.1.2/doc/
A Dppp.txt171 * Try to reconnect in 30 seconds, if you need a modem chatscript you have
362 * seconds to several tens of seconds depending on the current PPP state.
A Dmdns.txt56 Answers will use the supplied TTL (in seconds)
/components/dfs/dfs_v1/filesystems/nfs/
A Dnfs.x103 uint32 seconds; member
A Dnfs.h148 uint32 seconds; member
A Ddfs_nfs.c883 st->st_mtime = info->mtime.seconds; in nfs_stat()
A Dnfs_xdr.c232 if (!xdr_uint32(xdrs, &objp->seconds)) in xdr_nfstime3()
/components/net/lwip/lwip-1.4.1/doc/
A Drawapi.txt268 be polled every 5 seconds.
400 Note: you must call etharp_tmr at a ARP_TMR_INTERVAL (5 seconds) regular interval
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG284 after 15 seconds, broadcast is used.
718 times out after 20 seconds or after the configured SND_TIMEOUT or depending
2991 that TCP_KEEPIDLE and TCP_KEEPINTVL have to be set in seconds.
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG537 after 15 seconds, broadcast is used.
971 times out after 20 seconds or after the configured SND_TIMEOUT or depending
3244 that TCP_KEEPIDLE and TCP_KEEPINTVL have to be set in seconds.
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG2035 that TCP_KEEPIDLE and TCP_KEEPINTVL have to be set in seconds.

Completed in 42 milliseconds