Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/ppc/
H A Dsyscall.tbl24 13 64 time sys_time
25 13 spu time sys_time
/openbmc/bmcweb/redfish-core/src/utils/
H A Dtime_utils.cpp491 std::chrono::sys_time<usSinceEpoch> date; in dateStringToEpoch()
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl213 201 common time sys_time
/openbmc/qemu/linux-user/hppa/
H A Dsyscall.tbl24 13 64 time sys_time
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h206 using sys_time = std::chrono::time_point<std::chrono::system_clock, Duration>; variable
208 using sys_days = sys_time<days>;
209 using sys_seconds = sys_time<std::chrono::seconds>;
4227 operator<<(std::basic_ostream<CharT, Traits>& os, const sys_time<Duration>& tp)
4246 return (os << sys_time<Duration>{ut.time_since_epoch()});
6244 const sys_time<Duration>& tp)
8030 sys_time<Duration>& tp, std::basic_string<CharT, Traits, Alloc>* abbrev = nullptr,