Ruby  2.1.10p492(2016-04-01revision54464)
Data Structures | Macros | Typedefs
timev.h File Reference

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.