aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread
AgeCommit message (Expand)Author
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
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-07-26Fix counting in SingleThreadedRwLock's tryLockShared (#16560)Jim Price
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-20std: prevent random CI failuresJacob Young
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-05-20Zir: eliminate `field_call_bind` and `field_call_bind_named`mlugg
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-27std: prevent the possibility of deadlocks in some threaded testsJacob Young
2023-04-18std.Thread.Condition: optimize exampleErik Arvstedt
2023-03-15zig build: add a -j<N> option for limiting concurrencyAndrew Kelley
2023-03-15extract ThreadPool and WaitGroup from compiler to std libAndrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley