Searched refs:timeval (Results 1 - 11 of 11) sorted by relevance

/gem5/src/kern/
H A Doperatingsystem.hh88 } timeval; typedef in class:OperatingSystem
99 timeval ru_utime; //!< user time used
100 timeval ru_stime; //!< system time used
/gem5/src/arch/arm/freebsd/
H A Dfreebsd.hh89 struct timeval { struct in class:ArmFreebsd32
168 struct timeval ru_utime; //!< user time used
169 struct timeval ru_stime; //!< system time used
272 struct timeval { struct in class:ArmFreebsd64
333 struct timeval ru_utime; //!< user time used
334 struct timeval ru_stime; //!< system time used
/gem5/src/kern/linux/
H A Dlinux.hh128 struct timeval { struct in class:Linux
217 struct timeval ru_utime; //!< user time used
218 struct timeval ru_stime; //!< system time used
/gem5/src/base/
H A Dtime.hh68 Time(const timeval &tv) { operator=(tv); }
135 operator=(const timeval &tv)
162 operator timeval() const
164 timeval tv;
H A Dtime.cc51 timeval tv;
/gem5/src/arch/arm/linux/
H A Dlinux.hh175 struct timeval { struct in class:ArmLinux32
252 struct timeval ru_utime; //!< user time used
253 struct timeval ru_stime; //!< system time used
435 struct timeval { struct in class:ArmLinux64
509 struct timeval ru_utime; //!< user time used
510 struct timeval ru_stime; //!< system time used
/gem5/util/term/
H A Dterm.c151 struct timeval timeout;
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.cpp319 struct timeval time;
321 cout << "timeval:" << endl;
/gem5/src/sim/
H A Dsyscall_emul.hh2082 TypedBufferArg<typename OS::timeval> tp(process->getSyscallArg(tc, index));
2109 TypedBufferArg<typename OS::timeval [2]>
2113 struct timeval hostTimeval[2];
2435 TypedBufferArg<typename OS::timeval> tp(time_val_ptr);
2530 * It might be possible to decrement the timeval based on some
2532 * but that seems like overkill. Rather, we just set the timeval with
2543 (timeval*)&*tp);
2546 * If the timeval pointer is null, setup a new timeval structure to
2552 struct timeval t
[all...]
H A Dsyscall_emul.cc1712 struct timeval timeval_val;
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc841 struct timeval now;

Completed in 58 milliseconds