Re: [Mingw-w64-public] implementation without pthread

2013-11-25 Thread Kai Tietz
2013/11/24 Baruch Burstein : > I was wondering what the reason was that all implementations of and > co. mentioned here seem to be by using the GNU implementation over pthreads > and adding a pthread implementation over Win32 threads, instead of directly > implementing these headers over Win32 thr

[Mingw-w64-public] implementation without pthread

2013-11-24 Thread Baruch Burstein
I was wondering what the reason was that all implementations of and co. mentioned here seem to be by using the GNU implementation over pthreads and adding a pthread implementation over Win32 threads, instead of directly implementing these headers over Win32 threads. This seems like an extra level