This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[contribution] C11 threads implementation for Unix and Windows environments


Hi,

I am actually working on C11 threads implementation for Unix and
Windows environments, and I would like to know if the GCC community
could be interested.

This is the github repository for my implementation :
https://github.com/eau-de-la-seine/c-standard-threads

I have implemented almost all the thrd_ and mtx_ functions (I need to
do more tests), only those two following functions are not implemented
yet : thrd_sleep and mtx_timed_lock (they are time related).

I would be glad to contribute. Best regards,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]