Home
last modified time | relevance | path

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

/kernel/liteos_a/shell/full/src/cmds/
H A Ddate_shellcmd.c41 #define timeval64 timeval macro
174 struct timeval64 nowTime = {0}; in OsFormatPrintTime()
201 struct timeval64 nowTime = {0}; in OsDateSetTime()
202 struct timeval64 setTime = {0}; in OsDateSetTime()
257 struct timeval64 nowTime = {0}; in OsShellCmdDate()
H A Dwatch_shellcmd.c42 #define timeval64 timeval macro
62 struct timeval64 stNowTime = {0}; in PrintTime()
/kernel/liteos_a/compat/posix/src/
H A Dtime.c76 * in 64bit platform, timeval64 define to timeval which is platform adaptive.
78 #define timeval64 timeval macro
97 STATIC INLINE BOOL ValidTimeval64(const struct timeval64 *tv) in ValidTimeval64()
285 STATIC INT32 OsSetTimeOfDay(const struct timeval64 *tv, const struct timezone *tz) in OsSetTimeOfDay()
322 struct timeval64 stTimeVal64 = {0}; in settimeofday()
335 int settimeofday64(const struct timeval64 *tv, const struct timezone *tz) in settimeofday64()
355 STATIC INT32 OsGetTimeOfDay(struct timeval64 *tv, struct timezone *tz) in OsGetTimeOfDay()
380 int gettimeofday64(struct timeval64 *tv, struct timezone *tz) in gettimeofday64()
396 struct timeval64 stTimeVal64 = {0}; in gettimeofday()

Completed in 4 milliseconds