aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread
AgeCommit message (Expand)Author
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-06-17linux: futex v1 API cleanupPat Tullmann
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-04-03de-genericify SinglyLinkedListAndrew Kelley
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
2025-01-16x86_64: fix crashes compiling the compiler and testsJacob Young
2025-01-16x86_64: implement switch jump tablesJacob Young
2024-11-27std.Thread.Futex: Mark inline asm volatile in WasmImpl.Alex Rønne Petersen
2024-11-11Revert "Enable thread_pool function to throw errors (#20260)"Andrew Kelley
2024-11-11Enable thread_pool function to throw errors (#20260)ippsav
2024-10-23combine codegen work queue and linker task queueAndrew Kelley
2024-10-04remove `@fence` (#21585)David Rubin
2024-09-11thread: don't leak the thread in `spawnManager` (#21379)David Rubin
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-07-19std.c reorganizationAndrew Kelley
2024-07-15Better implementation of GetLastError. (#20623)Lucas Santos
2024-07-09test: Add `spawn` behavior testmochalins
2024-07-09fix: Update `spawn`'s' `runFn` signaturemochalins
2024-07-08Compilation: put supported codegen backends on a separate threadJacob Young
2024-07-07InternPool: implement and use thread-safe list for extra and limbsJacob Young
2024-07-07InternPool: temporarily disable multi-threaded behaviorJacob Young
2024-07-07InternPool: implement thread-safe hash mapJacob Young
2024-07-07Zcu: introduce `PerThread` and pass to all the functionsJacob Young
2024-06-12std.Thread.Mutex.Recursive: alternate implementationAndrew Kelley
2024-06-12introduce std.Thread.Mutex.RecursiveAndrew Kelley
2024-05-03add std.Thread.Pool.spawnWgAndrew Kelley
2024-04-24Clarify the blocking behavior of `RwLock.lockShared()`. (#19752)IntegratedQuantum
2024-04-19std: fix Thread.Pool.spawnGethDW
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob 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-03-10std.Thread.WaitGroup: add spawnManagedAndrew Kelley
2024-02-26Change many test blocks to doctests/decltestsRyan Liptak
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2024-02-13Add `timedWait` to `std.Thread.Semaphore` (#18805)Felix Kollmann
2024-02-08Replace std.rand references with std.Randome4m2
2024-01-22Free threads in std.Thread.Pool.init only with pool.joinLittleote
2023-11-26bsd: debitrot atomic and debugMichael Dusan
2023-11-22rework std.atomicAndrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-31std/Thread: remove unnecessary `@ptrCast` (#17766)XXIV
2023-10-29x86_64: fix compiler rt test failuresJacob Young
2023-10-25x86_64: pass more testsJacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young