RTEMS
|
rtems_event_system_send() implementation. More...
#include <rtems/rtems/eventimpl.h>
#include <rtems/rtems/tasksdata.h>
#include <rtems/score/threadimpl.h>
Go to the source code of this file.
Functions | |
rtems_status_code | rtems_event_system_send (rtems_id id, rtems_event_set event_in) |
Sends a system event set to a task. More... | |
rtems_event_system_send() implementation.
Definition in file systemeventsend.c.
rtems_status_code rtems_event_system_send | ( | rtems_id | id, |
rtems_event_set | event_in | ||
) |
Sends a system event set to a task.
id | is the identifier of the target task to receive the event set. |
event_in | is the event set to send. |
Definition at line 31 of file systemeventsend.c.