zig/lib/std/Thread
Andrew Kelley ba71079837 combine codegen work queue and linker task queue
these tasks have some shared data dependencies so they cannot be done
simultaneously. Future work should untangle these data dependencies so
that more can be done in parallel.

for now this commit ensures correctness by making linker input parsing
and codegen tasks part of the same queue.
2024-10-23 16:27:39 -07:00
..
Mutex std.Thread.Mutex.Recursive: alternate implementation 2024-06-12 18:07:39 -07:00
Condition.zig Better implementation of GetLastError. (#20623) 2024-07-15 10:49:51 -07:00
Futex.zig remove @fence (#21585) 2024-10-04 22:21:27 +00:00
Mutex.zig compiler,lib,test,langref: migrate @setCold to @branchHint 2024-08-27 00:44:35 +01:00
Pool.zig test: Add spawn behavior test 2024-07-09 21:15:29 -04:00
ResetEvent.zig remove @fence (#21585) 2024-10-04 22:21:27 +00:00
RwLock.zig Clarify the blocking behavior of RwLock.lockShared(). (#19752) 2024-04-24 10:41:13 -05:00
Semaphore.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
WaitGroup.zig combine codegen work queue and linker task queue 2024-10-23 16:27:39 -07:00