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

threads: enable access to pthread_attr_get functions #357

Merged
merged 1 commit into from
Dec 8, 2022

Conversation

abrown
Copy link
Collaborator

@abrown abrown commented Dec 8, 2022

The pthreads API exposes functions for querying the attributes of a thread. This change allows these functions to be compiled in the THREAD_MODEL=posix build. Some functions are skipped (and documented); they can be added if/when needed. This change is motivated by a libc-test test that uses these functions.

The pthreads API exposes functions for querying the attributes of a
thread. This change allows these functions to be compiled in the
`THREAD_MODEL=posix` build. Some functions are skipped (and documented);
they can be added if/when needed. This change is motivated by a
`libc-test` test that uses these functions.
@abrown abrown merged commit 0aa7a98 into WebAssembly:main Dec 8, 2022
@abrown abrown deleted the pthread_attr_get branch December 8, 2022 22:55
john-sharratt pushed a commit to john-sharratt/wasix-libc that referenced this pull request Mar 6, 2023
The pthreads API exposes functions for querying the attributes of a
thread. This change allows these functions to be compiled in the
`THREAD_MODEL=posix` build. Some functions are skipped (and documented);
they can be added if/when needed. This change is motivated by a
`libc-test` test that uses these functions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants