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
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