Skip to content

event: added system events for posix aio.

Alessandro Nardin requested to merge AlessandroNardin/rtems-central:suspend into main

Summary

event: added system events for posix aio.

Added two system events:

  • RTEMS_EVENT_SYSTEM_LIO_LIST_COMPLETED
  • RTEMS_EVENT_SYSTEM_AIO_SUSPENSION_TERMINATED

The first one is used interally for lio_listio(), the other for aio_suspend().

Merge request reports