Re: [PATCH 1/3 v5] src: Add threadlib library for parallel job execution

2025-08-05 Thread Mark Wielaard
Hi Aaron, On Mon, Aug 04, 2025 at 11:20:52PM -0400, Aaron Merey wrote: > Add new internal static library libthread.a that provides infrastructure > for eu-* tools to run functions concurrently using pthreads. > > threadlib.c manages per-job threads as well as per-job buffers for stdout > output.

[PATCH 1/3 v5] src: Add threadlib library for parallel job execution

2025-08-04 Thread Aaron Merey
Add new internal static library libthread.a that provides infrastructure for eu-* tools to run functions concurrently using pthreads. threadlib.c manages per-job threads as well as per-job buffers for stdout output. Output for each job is printed to stdout in the order that the jobs were added to