37#ifndef _RTEMS_RTEMS_OPTIONSIMPL_H
38#define _RTEMS_RTEMS_OPTIONSIMPL_H
64static inline bool _Options_Is_no_wait(
rtems_option option_set )
75static inline bool _Options_Is_any(
rtems_option 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...
Definition: options.h:104
uint32_t rtems_option
This type represents a Classic API directive option set.
Definition: options.h:126
#define RTEMS_NO_WAIT
This option constant indicates that the task does not want to wait on the resource.
Definition: options.h:117
This header file provides the Classic API directive options.