Home
last modified time | relevance | path

Searched refs:gettimeofday (Results 1 – 8 of 8) sorted by relevance

/components/libc/compilers/common/include/sys/
A Dtime.h108 int gettimeofday(struct timeval *tv, struct timezone *tz);
/components/drivers/rtc/
A Ddev_soft_rtc.c293 gettimeofday(&tv, &tz); in cmd_rtc_sync()
A Ddev_rtc.c294 gettimeofday(&tv, RT_NULL); in date()
/components/libc/compilers/common/
A Dctime.c467 int gettimeofday(struct timeval *tv, struct timezone *tz) in gettimeofday() function
507 RTM_EXPORT(gettimeofday);
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dppp.c1616 gettimeofday(&start_time, NULL); in reset_link_stats()
1626 if (!get_ppp_stats(u, &link_stats) || gettimeofday(&now, NULL) < 0) { in update_link_stats()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dppp.c1612 gettimeofday(&start_time, NULL); in reset_link_stats()
1622 if (!get_ppp_stats(u, &link_stats) || gettimeofday(&now, NULL) < 0) { in update_link_stats()
/components/utilities/ulog/
A Dulog.c283 if (gettimeofday(&now, RT_NULL) >= 0) in ulog_head_formater()
297 gettimeofday(&now, RT_NULL); in ulog_head_formater()
/components/lwp/terminal/
A Dbsd_porting.h521 gettimeofday(now, RT_NULL); in getmicrotime()

Completed in 18 milliseconds