RTEMS 6.1-rc6
|
This source file contains the implementation of rtems_event_system_send(). More...
#include <rtems/rtems/eventimpl.h>
#include <rtems/rtems/tasksdata.h>
#include <rtems/score/threadimpl.h>
Functions | |
rtems_status_code | rtems_event_system_send (rtems_id id, rtems_event_set event_in) |
Sends the system event set to the task. | |
This source file contains the implementation of rtems_event_system_send().
rtems_status_code rtems_event_system_send | ( | rtems_id | id, |
rtems_event_set | event_in | ||
) |
Sends the system event set to the task.
id | is the identifier of the target task to receive the event set. |
event_in | is the event set to send. |
The following constraints apply to this directive: