On Mon, Oct 30, 2023 at 9:54 PM Jacek Caban via Mingw-w64-public <[email protected]> wrote: > However, looking at _pthread_wait_for_*_objects helpers, I'd argue that > they don't make sense in the first. The comment claims that system > functions have poor accuracy and then uses a function with the same > accuracy to check that and unnecessary delay wait... I'd say we could > just revert 52f2ce12c6182bd239e4f1bbffcd420997b64b08.
For some extra context on this, afair this was motivated by making the glib test suite pass with pthreads, and here is a similar change in glib for its own threading abstraction layer: https://github.com/GNOME/glib/commit/583fb1a397023257ea3d2ee81f88b360007f07a2 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
