A task can receive all of the currently pending
events by calling the rtems.event_receive
directive with a value of RTEMS.ALL_EVENTS
for the input event condition and
RTEMS.NO_WAIT or RTEMS.EVENT_ANY
for the option set. The pending events are returned to the
calling task and the event set is cleared. If no events are
pending then the RTEMS.UNSATISFIED
status code will be returned.
Copyright © 1988-2008 OAR Corporation