17 #ifndef _RTEMS_RTEMS_OPTIONSIMPL_H 18 #define _RTEMS_RTEMS_OPTIONSIMPL_H #define RTEMS_NO_WAIT
This option constant indicates that the task does not want to wait on the resource.
uint32_t rtems_option
This type is used to represent an option set.
RTEMS_INLINE_ROUTINE bool _Options_Is_any(rtems_option option_set)
Checks if the RTEMS_EVENT_ANY option is enabled in OPTION_SET.
RTEMS_INLINE_ROUTINE bool _Options_Is_no_wait(rtems_option option_set)
Checks if the RTEMS_NO_WAIT option is enabled in option_set.
#define RTEMS_EVENT_ANY
This option constant indicates that the task wishes to wait until at least one of the events of inter...
This header file defines options provided by the Classic API.
#define RTEMS_INLINE_ROUTINE
Gives a hint to the compiler in a function declaration to inline this function.