Searched refs:gettimeofday (Results 1 – 8 of 8) sorted by relevance
| /components/libc/compilers/common/include/sys/ |
| A D | time.h | 108 int gettimeofday(struct timeval *tv, struct timezone *tz);
|
| /components/drivers/rtc/ |
| A D | dev_soft_rtc.c | 293 gettimeofday(&tv, &tz); in cmd_rtc_sync()
|
| A D | dev_rtc.c | 294 gettimeofday(&tv, RT_NULL); in date()
|
| /components/libc/compilers/common/ |
| A D | ctime.c | 467 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 D | ppp.c | 1616 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 D | ppp.c | 1612 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 D | ulog.c | 283 if (gettimeofday(&now, RT_NULL) >= 0) in ulog_head_formater() 297 gettimeofday(&now, RT_NULL); in ulog_head_formater()
|
| /components/lwp/terminal/ |
| A D | bsd_porting.h | 521 gettimeofday(now, RT_NULL); in getmicrotime()
|
Completed in 18 milliseconds