[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Event handling problem



Dear all,

I've got a little problem with the RTEMS Events.

The test case:
Task 1 sends a event to Task 2 and dies right after that.
Now Task 2 doesn't ever get that event.

Is it necessary, that Task 1 keeps a while alive, so that
Task 2 could get that event?

When I add the line "rtems_task_wake_after(1);" in the Task1
function right after the rtems_event_send()-call, then
Task 2 gets the event.

What is going on there?

Thank you very much in advance,
Hank