aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread/Futex.zig
AgeCommit message (Expand)Author
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-01std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create...Chris Boesch
2024-11-27std.Thread.Futex: Mark inline asm volatile in WasmImpl.Alex Rønne Petersen
2024-10-04remove `@fence` (#21585)David Rubin
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-07-19std.c reorganizationAndrew Kelley
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-20bsd: followup to std.posix extraction from std.osMichael Dusan
2024-03-19extract std.posix from std.osAndrew Kelley
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
2023-11-26bsd: debitrot atomic and debugMichael Dusan
2023-11-22rework std.atomicAndrew Kelley
2023-10-31std/Thread: remove unnecessary `@ptrCast` (#17766)XXIV
2023-06-26std: implement `detach` for WASI-threadsLuuk de Gram
2023-06-26std: implement `Futex` for WebAssemblyLuuk de Gram
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-04-30std: fix a bunch of typosLinus Groh
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-11-28std.Thread.Futex.PosixImpl.Address.from: fix `alignment` typezooster
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-04-26std.Thread: ResetEvent improvements (#11523)protty
2022-04-23std.Thread: Mutex and Condition improvements (#11497)protty
2022-04-19std.Thread.Futex improvements (#11464)protty
2022-04-05zig fmt: remove trailing whitespace on doc commentsDamien Firmenich
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-11-25libstd: fix bug in std.Thread.Futex selecting incorrect default macOS versionJakub Konka
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-01std.os: more reorganization effortsAndrew 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-08-13Fix darwin ulock usage on macOS (#9545)Thom Chiovoloni
2021-06-30zig fmtkprotty
2021-06-30std.Thread: more cleanup & testingkprotty
2021-06-30std.Thread: more fixeskprotty
2021-06-30std.Thread: fix futex test + thread errorskprotty
2021-06-30std.Thread: fix futex thread spawningkprotty
2021-06-30std.Thread: even more typo fixeskprotty
2021-06-30std.Thread: fix some typoskprotty
2021-06-30changes to accomodate std.Thread updatekprotty
2021-06-13format zig files and add formatting check to cijacob gw
2021-06-12std.Thread.Futex addition (#9070)protty