On Fri, Apr 1, 2022 at 10:44 AM David Marchand <[email protected]> wrote: > > All OS implementations provide the same main loop. > Introduce helpers (shared for Linux and FreeBSD) to handle synchronisation > between main and threads and factorize the rest as common code. > Thread id are now logged as string in a common format across OS. > > Signed-off-by: David Marchand <[email protected]> > Acked-by: Morten Brørup <[email protected]> > Acked-by: Tyler Retzlaff <[email protected]> > --- > Changes since v1: > - rebased on top of Tyler fix for Windows and new cleanup,
FYI, this series needs a respin to fix Windows build (/me hides..). There is also a false positive ABI breakage reported by libabigail that Dodji is looking into. -- David Marchand

