Enable C11 threads on top of pthreads?
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?
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.