RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Functions
eventimpl.h File Reference

This header file provides the implementation interfaces of the Event Manager. More...

#include <rtems/rtems/eventdata.h>
#include <rtems/score/thread.h>

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

Detailed Description

This header file provides the implementation interfaces of the Event Manager.