zig/lib/std/Thread
Linus Groh eb37552536 Remove numerous things deprecated during the 0.14 release cycle
Basically everything that has a direct replacement or no uses left.

Notable omissions:

- std.ArrayHashMap: Too much fallout, needs a separate cleanup.
- std.debug.runtime_safety: Too much fallout.
- std.heap.GeneralPurposeAllocator: Lots of references to it remain, not
  a simple find and replace as "debug allocator" is not equivalent to
  "general purpose allocator".
- std.io.Reader: Is being reworked at the moment.
- std.unicode.utf8Decode(): No replacement, needs a new API first.
- Manifest backwards compat options: Removal would break test data used
  by TestFetchBuilder.
- panic handler needs to be a namespace: Many tests still rely on it
  being a function, needs a separate cleanup.
2025-07-11 08:17:43 +02:00
..
Mutex std.Thread.Mutex.Recursive: alternate implementation 2024-06-12 18:07:39 -07:00
Condition.zig Remove numerous things deprecated during the 0.14 release cycle 2025-07-11 08:17:43 +02:00
Futex.zig Remove numerous things deprecated during the 0.14 release cycle 2025-07-11 08:17:43 +02:00
Mutex.zig x86_64: implement switch jump tables 2025-01-16 20:42:08 -05:00
Pool.zig de-genericify SinglyLinkedList 2025-04-03 14:55:04 -07:00
ResetEvent.zig Remove numerous things deprecated during the 0.14 release cycle 2025-07-11 08:17:43 +02:00
RwLock.zig
Semaphore.zig
WaitGroup.zig combine codegen work queue and linker task queue 2024-10-23 16:27:39 -07:00