-
Notifications
You must be signed in to change notification settings - Fork 65
Implement event loop based on QNX ionotify #669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sfod
wants to merge
41
commits into
main
Choose a base branch
from
support-qnx
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
aa4f966
Provide I/O operation status back to event loop
sfodagain abe7747
Add flag for last io result
sfodagain ce39822
Merge branch 'main' into support-qnx
sfodagain 8f7cbff
Add callback to io handle
sfodagain 50bca0d
Revert unrelated changes
sfodagain 29d9c04
Use shared sources
sfodagain ad1262d
fixup
sfodagain 28e55e1
fixup
sfodagain c5f9e00
Use #if everywhere
sfodagain 4ed5a87
Fix kqueue
sfodagain 619319f
Fix pipe tests
sfodagain be85d89
Remove AWS_ASSERT, use AWS_ZERO_STRUCT
sfodagain 739e0f6
Remove changes made to kqueue
sfodagain 4036be9
Add ionotify event loop (#670)
sfod d709f28
Remove pipe test fix
sfodagain d8a8085
Copy posix stuff to qnx
sfodagain 702312a
fixup
sfodagain eede270
fixup
sfodagain 8bc5d1b
Fix pipe missing events issue
sfodagain 692d125
Handle unsubscribing in a task
sfodagain c79772e
Handle is_subscribed only in resubscriptions
sfodagain 2bddf95
Add aws_pipe_read to tests
sfodagain dd34f87
Fix race condition, fix pulse error code
sfodagain c4dceea
Use separate task for resubscribing
sfodagain 29f900e
Add QNX paths
sfodagain a8d8366
Remove non-qnx specifics from posix copies
sfodagain 6af39ec
Improve comments and logging
sfodagain 9c35c72
Fix latest_io_event_types
sfodagain bc653f6
Fix format
sfodagain 48134e8
Merge posix and qnx sources
sfodagain 4b59301
Fix naming and comments
sfodagain 1700c76
Use single destroy
sfodagain 88aff4d
Use atomic for event loop state
sfodagain 78b4d38
Use AWS_FATAL_ASSERT
sfodagain 22f3e24
Fix log format string
sfodagain 52110fb
Remove strerror
sfodagain 93c0c39
Add MsgUnregisterEvent on unsubscribing
sfodagain 477a071
Fix logs, comments, code style
sfodagain bda976c
Fix naming
sfodagain be74788
Refactor cleaning up and resubscribing
sfodagain 5d9f58f
Add comment to processing io results
sfodagain File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.