Home
last modified time | relevance | path

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

/kernel/liteos_a/syscall/
Dtime_syscall.c93 time_t stloc; in SysTime() local
95 ret = time(tloc ? &stloc : NULL); in SysTime()
100 if (tloc && LOS_ArchCopyToUser(tloc, &stloc, sizeof(time_t))) { in SysTime()