UbixOS
2.0
|
#include <_timeval.h>
Data Fields | |
time_t | tv_sec |
suseconds_t | tv_usec |
Definition at line 17 of file _timeval.h.
time_t timeval::tv_sec |
Definition at line 18 of file _timeval.h.
Referenced by gettimeofday(), and sys_unix_now().
suseconds_t timeval::tv_usec |
Definition at line 19 of file _timeval.h.
Referenced by gettimeofday().