RTEMS CPU Kit with SuperCore
4.11.3
|
POSIX Time Types. More...
Go to the source code of this file.
Enumerations | |
enum | POSIX_Absolute_timeout_conversion_results_t { POSIX_ABSOLUTE_TIMEOUT_INVALID, POSIX_ABSOLUTE_TIMEOUT_IS_IN_PAST, POSIX_ABSOLUTE_TIMEOUT_IS_NOW, POSIX_ABSOLUTE_TIMEOUT_IS_IN_FUTURE } |
Absolute timeout conversion results. More... | |
Functions | |
POSIX_Absolute_timeout_conversion_results_t | _POSIX_Absolute_timeout_to_ticks (const struct timespec *abstime, Watchdog_Interval *ticks_out) |
Convert absolute timeout to ticks. More... | |
POSIX Time Types.
This defines the interface to implementation helper routines related to POSIX time types.