UbixOS  2.0
timeval Struct Reference

#include <_timeval.h>

Collaboration diagram for timeval:
Collaboration graph

Data Fields

time_t tv_sec
 
suseconds_t tv_usec
 

Detailed Description

Definition at line 17 of file _timeval.h.

Field Documentation

◆ tv_sec

time_t timeval::tv_sec

Definition at line 18 of file _timeval.h.

Referenced by gettimeofday(), and sys_unix_now().

◆ tv_usec

suseconds_t timeval::tv_usec

Definition at line 19 of file _timeval.h.

Referenced by gettimeofday().


The documentation for this struct was generated from the following file: