Re: [Mingw-w64-public] Contribute to GCC - the MCF thread model for MinGWtargets

2016-06-12 Thread lh mouse
mcfgthread isn't a pthread implementation. Roughly, gthread is a subset of pthread. The gthread interfaces are defined in , which should be part of libstdc++ headers installed. The history of mcfgthread is a long story... Well, please bear with me. Once upon a time I was compiling libcxx with l

Re: [Mingw-w64-public] Contribute to GCC - the MCF thread model for MinGWtargets

2016-06-12 Thread Ruben Van Boxem
Hi! I do wonder how this compares with e.g. the MinGW-stdthread header only implementaion on github. As far as I remember, the author explicitly relicensed his code so it could be used for the same purpose. How dies it compare to your implementation? Since the ABI of the toolchain will be diff