PatchworkOS  da8a090
A non-POSIX operating system.
Loading...
Searching...
No Matches
clock_t.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CLOCKS_PER_SEC   ((clock_t)1000000000ULL)
 
#define CLOCKS_NEVER   ((clock_t)__UINT64_MAX__)
 
#define CLOCKS_REMAINING(deadline, uptime)
 Safely calculate remaining time until deadline.
 
#define CLOCKS_DEADLINE(timeout, uptime)
 Safely calculate deadline from timeout.
 

Typedefs

typedef __UINT64_TYPE__ clock_t
 A nanosecond time.
 

Macro Definition Documentation

◆ CLOCKS_PER_SEC

#define CLOCKS_PER_SEC   ((clock_t)1000000000ULL)

Definition at line 15 of file clock_t.h.

◆ CLOCKS_NEVER

#define CLOCKS_NEVER   ((clock_t)__UINT64_MAX__)

Definition at line 16 of file clock_t.h.