RTEMS
5.0.0
|
Files | |
file | ptimer.c |
POSIX Timer Information with Zero Objects. | |
Data Structures | |
struct | POSIX_Timer_Control |
Macros | |
#define | POSIX_TIMER_INFORMATION_DEFINE(max) |
Macro to define the objects information for the POSIX Timer objects. More... | |
Variables | |
Objects_Information | _POSIX_Timer_Information |
The POSIX Timer objects information. | |
#define POSIX_TIMER_INFORMATION_DEFINE | ( | max | ) |
Macro to define the objects information for the POSIX Timer objects.
This macro should only be used by <rtems/confdefs.h>.
max | The configured object maximum (the OBJECTS_UNLIMITED_OBJECTS flag may be set). |