aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread/RwLock.zig
AgeCommit message (Expand)Author
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