Tor 0.4.9.8
Loading...
Searching...
No Matches
time.h File Reference

Definitions for timing-related constants. More...

Go to the source code of this file.

Macros

#define TOR_USEC_PER_SEC   (1000000)
 
#define TOR_NSEC_PER_USEC   (1000)
 
#define TOR_NSEC_PER_MSEC   (1000*1000)
 

Detailed Description

Definitions for timing-related constants.

Definition in file time.h.

Macro Definition Documentation

◆ TOR_NSEC_PER_MSEC

#define TOR_NSEC_PER_MSEC   (1000*1000)

How many nanoseconds per millisecond

Definition at line 21 of file time.h.

◆ TOR_NSEC_PER_USEC

#define TOR_NSEC_PER_USEC   (1000)

How many nanoseconds per microsecond

Definition at line 19 of file time.h.

◆ TOR_USEC_PER_SEC

#define TOR_USEC_PER_SEC   (1000000)

How many microseconds per second

Definition at line 17 of file time.h.

Referenced by circpad_machine_schedule_padding(), hibernate_begin(), tv_mdiff(), and tv_udiff().