RTEMS 6.1-rc1
|
This header file provides the implementation interfaces of the Event Manager. More...
Go to the source code of this file.
Functions | |
rtems_status_code | _Event_Seize (rtems_event_set event_in, rtems_option option_set, rtems_interval ticks, rtems_event_set *event_out, Thread_Control *executing, Event_Control *event, Thread_Wait_flags wait_class, States_Control block_state, ISR_lock_Context *lock_context) |
Seizes a set of events. More... | |
rtems_status_code | _Event_Surrender (Thread_Control *the_thread, rtems_event_set event_in, Event_Control *event, Thread_Wait_flags wait_class, ISR_lock_Context *lock_context) |
Surrenders a set of events. More... | |
This header file provides the implementation interfaces of the Event Manager.