-
Notifications
You must be signed in to change notification settings - Fork 255
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
libc: add support for libc sigwait #5343
Labels
Comments
alex-ab
added a commit
to alex-ab/genode
that referenced
this issue
Sep 18, 2024
alex-ab
added a commit
to alex-ab/genode
that referenced
this issue
Sep 18, 2024
I added a prototype with a simple test. The first commit adds the general support, but would race/fail if multiple pthreads in parallel would using sigwait (on disjunct) signal sets. The second commit is intended to address this. |
alex-ab
added a commit
to alex-ab/genode
that referenced
this issue
Sep 18, 2024
alex-ab
added a commit
to alex-ab/genode
that referenced
this issue
Sep 26, 2024
alex-ab
added a commit
to alex-ab/genode
that referenced
this issue
Sep 26, 2024
alex-ab
added a commit
to alex-ab/genode
that referenced
this issue
Nov 1, 2024
alex-ab
added a commit
to alex-ab/genode
that referenced
this issue
Nov 1, 2024
alex-ab
added a commit
to alex-ab/genode
that referenced
this issue
Nov 1, 2024
alex-ab
added a commit
to alex-ab/genode
that referenced
this issue
Nov 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the upcoming qemu port sigwait support will be required.
The text was updated successfully, but these errors were encountered: