aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread/Mutex.zig
AgeCommit message (Expand)Author
2025-10-31std.os.windows: eliminate forwarder function in kernel32 (#25766)qilme
2025-01-16x86_64: implement switch jump tablesJacob Young
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-07-19std.c reorganizationAndrew Kelley
2024-06-12introduce std.Thread.Mutex.RecursiveAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
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
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-06-24all: migrate code to new cast builtin syntaxmlugg
2023-05-20Zir: eliminate `field_call_bind` and `field_call_bind_named`mlugg
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-19Mutex deadlock detection in debugIntegratedQuantum
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-04-23std.Thread: Mutex and Condition improvements (#11497)protty
2021-11-09std.Thread.Mutex: change API to lock() and unlock()Andrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-30Add a panic handler to give better errors for crashes in semaMartin Wickham
2021-09-01std.os reorganization, avoiding `usingnamespace`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-06-30changes to accomodate std.Thread updatekprotty
2021-05-31std.sync.atomic: extended atomic helper functions (#8866)protty
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-02-28std: Swap arguments in Thread.spawnLemonBoy
2021-01-14fix namespace of kernel32 function callsAndrew Kelley
2021-01-14std.Thread.Mutex: restore the "Held" APIAndrew Kelley
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley