Skip to content

Conversation

@yamt
Copy link
Contributor

@yamt yamt commented Aug 21, 2025

namely pthread_getattr_np and pthread_key_create/pthread_key_destroy.

fixes: #617

@yamt yamt force-pushed the single-thread-tls branch from c03bc21 to fa50e79 Compare August 21, 2025 05:37
namely pthread_getattr_np and pthread_key_create/pthread_key_destroy.

fixes: WebAssembly#617
@yamt yamt force-pushed the single-thread-tls branch from fa50e79 to 00b7c24 Compare August 21, 2025 06:03
Copy link
Collaborator

@abrown abrown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense to me. For future reference: the side effect here is that thread state will always be configured regardless of whether _REENTRANT is defined (i.e., all targets, not just *-threads). This is probably what we want after #602.

@abrown abrown merged commit abe7b08 into WebAssembly:main Aug 27, 2025
16 checks passed
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.

WASI SDK 26 broke CPython (probably due to threads)

2 participants