-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed small corner cases dispatch logic
- Moved event id updates to deallocation. Dirty events are atomically updated directly to new ids instead of transitioning through a non-dirty state. This fixes behaviour when cancelling events after dispatch and avoids race conditions when cancelling in-flight events. - Added semaphore signal to requeueing of period events. This avoids missing deadline updates from periodic events. - Fixed fabricated range limitation in the posix equeue_sema_wait caused by using the equeue delay type for absolute time values. Tests have been added for the above bugs where possible.
- Loading branch information
Showing
3 changed files
with
69 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters