aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread/Pool.zig
AgeCommit message (Expand)Author
2025-01-16x86_64: fix crashes compiling the compiler and testsJacob Young
2024-11-11Revert "Enable thread_pool function to throw errors (#20260)"Andrew Kelley
2024-11-11Enable thread_pool function to throw errors (#20260)ippsav
2024-07-09test: Add `spawn` behavior testmochalins
2024-07-09fix: Update `spawn`'s' `runFn` signaturemochalins
2024-07-08Compilation: put supported codegen backends on a separate threadJacob Young
2024-07-07InternPool: implement and use thread-safe list for extra and limbsJacob Young
2024-07-07InternPool: temporarily disable multi-threaded behaviorJacob Young
2024-07-07InternPool: implement thread-safe hash mapJacob Young
2024-07-07Zcu: introduce `PerThread` and pass to all the functionsJacob Young
2024-05-03add std.Thread.Pool.spawnWgAndrew Kelley
2024-04-19std: fix Thread.Pool.spawnGethDW
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob Young
2024-01-22Free threads in std.Thread.Pool.init only with pool.joinLittleote
2023-03-15zig build: add a -j<N> option for limiting concurrencyAndrew Kelley
2023-03-15extract ThreadPool and WaitGroup from compiler to std libAndrew Kelley