LLFIO
v2.00
|
A time deadline in either relative-to-now or absolute (system clock) terms. More...
#include "deadline.h"
Public Attributes | |
bool | steady |
True if deadline does not change with system clock changes. | |
union { | |
struct timespec utc | |
System time from timespec_get(&ts, TIME_UTC) | |
unsigned long long nsecs | |
Nanosecond ticks from start of operation. | |
}; | |
A time deadline in either relative-to-now or absolute (system clock) terms.