A time deadline in either relative-to-now or absolute (system clock) terms.
More...
#include "deadline.h"
|
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.
The documentation for this struct was generated from the following file: