Home
last modified time | relevance | path

Searched refs:gettimeofday64 (Results 1 - 3 of 3) sorted by relevance

/kernel/liteos_a/shell/full/src/cmds/
H A Ddate_shellcmd.c43 #define gettimeofday64 gettimeofday macro
181 if (gettimeofday64(&nowTime, NULL)) { in OsFormatPrintTime()
204 if (gettimeofday64(&nowTime, NULL)) { in OsDateSetTime()
260 if (gettimeofday64(&nowTime, NULL)) { in OsShellCmdDate()
H A Dwatch_shellcmd.c43 #define gettimeofday64 gettimeofday macro
64 if (gettimeofday64(&stNowTime, NULL) == 0) { in PrintTime()
/kernel/liteos_a/compat/posix/src/
H A Dtime.c380 int gettimeofday64(struct timeval64 *tv, struct timezone *tz) in gettimeofday64() function

Completed in 3 milliseconds