Skip to content
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

Open
alex-ab opened this issue Sep 18, 2024 · 1 comment
Open

libc: add support for libc sigwait #5343

alex-ab opened this issue Sep 18, 2024 · 1 comment
Assignees
Labels

Comments

@alex-ab
Copy link
Member

alex-ab commented Sep 18, 2024

For the upcoming qemu port sigwait support will be required.

@alex-ab alex-ab self-assigned this Sep 18, 2024
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
@alex-ab
Copy link
Member Author

alex-ab commented 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
Labels
Projects
None yet
Development

No branches or pull requests

1 participant