aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread/RwLock.zig
AgeCommit message (Expand)Author
2025-10-18std: make RwLock test less intensivemlugg
2025-10-18tweak tests to avoid timeoutsmlugg
2024-04-24Clarify the blocking behavior of `RwLock.lockShared()`. (#19752)IntegratedQuantum
2024-03-15bsd: debitrot AtomicOrder renamesMichael Dusan
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2024-02-08Replace std.rand references with std.Randome4m2
2023-11-22rework std.atomicAndrew Kelley
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-07-26Fix counting in SingleThreadedRwLock's tryLockShared (#16560)Jim Price
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-10-17Fix for #13163: DefaultRwLock accumulates write-waiters, eventually fails to ...jumpnbrownweasel
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-04-27std: replace usage of std.meta.bitCount() with @bitSizeOf()Isaac Freund
2022-02-08update RwLock to use static initialization (#10838)billzez
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley