Ruby  2.1.3p242(2014-09-19revision47630)
Data Structures | Macros | Typedefs
timev.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  vtm
 

Macros

#define TIME_SCALE   1000000000
 
#define TYPEOF_TIMEVAL_TV_SEC   time_t
 
#define TYPEOF_TIMEVAL_TV_USEC   long
 

Typedefs

typedef unsigned long unsigned_time_t
 

Macro Definition Documentation

#define TIME_SCALE   1000000000
#define TYPEOF_TIMEVAL_TV_SEC   time_t

Definition at line 22 of file timev.h.

Referenced by double2timeval(), rb_time_timeval(), and time_timeval().

#define TYPEOF_TIMEVAL_TV_USEC   long

Definition at line 28 of file timev.h.

Referenced by rb_time_timeval(), and time_timeval().

Typedef Documentation

typedef unsigned long unsigned_time_t

Definition at line 33 of file timev.h.