aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread
AgeCommit message (Expand)Author
2025-10-31std.os.windows: eliminate forwarder function in kernel32 (#25766)qilme
2025-10-30Merge pull request #25763 from mrjbq7/cancelledJohn Benediktsson
2025-10-29fix miscellaneous compilation failuresAndrew Kelley
2025-10-29std.Io: implement dirStatPathAndrew Kelley
2025-10-29std.Thread.ResetEvent: make it more reusableAndrew Kelley
2025-10-29revert std.Thread.Pool for nowAndrew Kelley
2025-10-29update to sync with masterAndrew Kelley
2025-10-29std.Io.EventLoop: implement selectAndrew Kelley
2025-10-29introduce Io.select and implement it in thread poolAndrew Kelley
2025-10-29Io.Condition: implement full APIJacob Young
2025-10-29std.Io.Condition: change primitive to support only oneAndrew Kelley
2025-10-29Io: implement faster mutexJacob Young
2025-10-29std.Io: add detached asyncAndrew Kelley
2025-10-29implement Mutex, Condition, and QueueAndrew Kelley
2025-10-29Io: implement sleep and fix cancel bugsJacob Young
2025-10-29EventLoop: implement thread-local queues and cancellationJacob Young
2025-10-29std.Io: introduce cancellationAndrew Kelley
2025-10-29start adding fs functions to std.IoAndrew Kelley
2025-10-29free freeing wrong amount in thread pool implAndrew Kelley
2025-10-29fix context passing in threaded Io implAndrew Kelley
2025-10-29make thread pool satisfy async/await interfaceAndrew Kelley
2025-10-29introduce std.Io interfaceAndrew Kelley
2025-10-18std: make RwLock test less intensivemlugg
2025-10-18tweak tests to avoid timeoutsmlugg
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