RTEMS
|
#include <rtems/rtems/eventimpl.h>
#include <rtems/rtems/tasksdata.h>
#include <rtems/score/statesimpl.h>
#include <rtems/score/threadimpl.h>
#include "tr-event-send-receive.h"
#include <rtems/test.h>
Go to the source code of this file.
Functions | |
static rtems_status_code | EventSend (rtems_id id, rtems_event_set event_in) |
static rtems_status_code | EventReceive (rtems_id event_in, rtems_option option_set, rtems_interval ticks, rtems_event_set *event_out) |
static rtems_event_set | GetPendingEvents (Thread_Control *thread) |
void | T_case_body_RtemsEventValSendReceive (void) |
static rtems_status_code | EventSystemSend (rtems_id id, rtems_event_set event_in) |
static rtems_status_code | EventSystemReceive (rtems_id event_in, rtems_option option_set, rtems_interval ticks, rtems_event_set *event_out) |
static rtems_event_set | GetPendingSystemEvents (Thread_Control *thread) |
void | T_case_body_RtemsEventValSystemSendReceive (void) |