Home
last modified time | relevance | path

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

/sys/include/
Dtime.h18 int gettimeofday(struct timeval *tv, struct timezone *tz);
/lib/liblwip/src/arch/
Dsys_arch.c385 gettimeofday(&rtime1, NULL); in cond_wait()
400 gettimeofday(&rtime2, NULL); in cond_wait()
484 gettimeofday(&tv, NULL); in sys_now()
496 gettimeofday(&starttime, NULL); in sys_init()
573 gettimeofday(&tv,NULL); in sys_jiffies()
/lib/libc/
Dtime.c32 gettimeofday(struct timeval *tv, struct timezone *tz) in gettimeofday() function