-
Notifications
You must be signed in to change notification settings - Fork 203
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
Enable C11 threads on top of pthreads? #392
Comments
I think we just haven't gotten around to adding them yet. We've been added thread source piecemeal. If you'd like to create a PR to add the C11 API, I doubt it would be controversial. |
(Out of interest, have you seen software in the wild using these APIs? They were added to emscripten for completeness but I don't know for sure if anyone is actually using them). |
Any help on this is appreciated! |
Yup, I'll take a look and try to offer a patch to add them. |
It seems the C11 threads symbols are pretty incomplete in the current pthreads build (e.g. there isn't even
thrd_create
). Is this an oversight, or is there some technical difficulty to enable these functions?The text was updated successfully, but these errors were encountered: