zig/lib/std/Thread
Littleote 3331c5e7af Free threads in std.Thread.Pool.init only with pool.join
Free the allocated threads in the initialization of a thread pool only with pool.join instead of additionally calling allocator.free causing free to be called twice.

Resolves #18643
2024-01-22 11:24:35 -08:00
..
Condition.zig rework std.atomic 2023-11-22 19:08:55 -07:00
Futex.zig bsd: debitrot atomic and debug 2023-11-26 14:28:22 -05:00
Mutex.zig rework std.atomic 2023-11-22 19:08:55 -07:00
Pool.zig Free threads in std.Thread.Pool.init only with pool.join 2024-01-22 11:24:35 -08:00
ResetEvent.zig rework std.atomic 2023-11-22 19:08:55 -07:00
RwLock.zig rework std.atomic 2023-11-22 19:08:55 -07:00
Semaphore.zig x86_64: fix std test failures 2023-11-03 23:18:21 -04:00
WaitGroup.zig rework std.atomic 2023-11-22 19:08:55 -07:00