RTEMS 6.1-rc1
|
This source file contains the implementation of _Event_Seize() and the Event Manager multiprocessing (MP) support system initialization. More...
#include <rtems/sysinit.h>
#include <rtems/rtems/eventimpl.h>
#include <rtems/rtems/optionsimpl.h>
#include <rtems/rtems/statusimpl.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/watchdogimpl.h>
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... | |
This source file contains the implementation of _Event_Seize() and the Event Manager multiprocessing (MP) support system initialization.