I wrote: > Some time ago me and Pali were discussing some stuff, and I asked if we can > simply use `CreateThread` with mingw-w64 build of winpthreads, and he > suggested we stick with `_beginthreadex`. I hope he can share more details.
Wrappers in misc/i386__beginthread[ex].c are an example why we still may want to do use `_beginthreadex` in mingw-w64 builds of winpthreads: we need them so that signal handling works properly in newly spawned threads. - Kirill Makurin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
