On Tue, Mar 3, 2020 at 2:17 PM Liu Hao <lh_mo...@126.com> wrote:
>
> 在 2020/3/3 21:02, Luiz Emediato 写道:
> > Hi there,
> >
> > Would you please help me answering the following questions?
> >
> > 1. What is the difference between x86_64-posix-seh and x86_64-win32-seh
> > binaries ?
> > Is the former for Linux and the latter for Windows ?
> >
> > 2. What is the best way to install MingGW64? Is MSYS2 also necessary ?
> >
>
>
> The posix/win32 diversity is about how to manipulate threads (there are
> a few more): via libwinpthread (slow but feature-complete) or via
> Windows APIs directly (fast but without condition variables etc.).

but since Vista, it seems that condition variables exist:

https://docs.microsoft.com/en-us/windows/win32/sync/condition-variables

Vincent Torri


_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to