RTEMS CPU Kit with SuperCore  4.11.3
Enumerations | Functions
time.h File Reference

POSIX Time Types. More...

#include <rtems/score/timespec.h>
#include <rtems/score/watchdog.h>
Include dependency graph for time.h:

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...
 

Detailed Description

POSIX Time Types.

This defines the interface to implementation helper routines related to POSIX time types.