aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread.zig
AgeCommit message (Expand)Author
2024-07-28std.Target.Cpu.Arch: Remove the `aarch64_32` tag.Alex Rønne Petersen
2024-07-26riscv: workarounds for riscv threadingDavid Rubin
2024-07-24Replace some dynamic functions with static ones.Lucas Santos
2024-07-15Better implementation of GetLastError. (#20623)Lucas Santos
2024-07-09test: Add `spawn` behavior testmochalins
2024-07-07bootstrap: fix buildJacob Young
2024-06-23std: Extended type checks for Thread startFn return typeBram
2024-06-17std: fix pthread_{get,set}name_np return type ABIIsaac Freund
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-04-22Fix WASI threads, againFrank Denis
2024-03-21Merge pull request #19348 from jedisct1/wasi-threads-compfixAndrew Kelley
2024-03-20bsd: followup to std.posix extraction from std.osMichael Dusan
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-19WASI-thread: panic if no allocator is givenFrank Denis
2024-03-18Unbreak support for WASI threadsFrank Denis
2024-03-16Windows: Replace CreatePipe with ntdll implementationStephen Gregoratto
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
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-24Fix handling of Windows (WTF-16) and WASI (UTF-8) pathsRyan Liptak
2024-02-24Update deprecated `std.unicode` function usagesRyan Liptak
2024-02-06std.os.linux.MAP: use a packed structAndrew Kelley
2024-01-29std.Thread: fix off-by-one in PosixThreadImpl (#18711)Christian Flicker
2023-12-30doc: possible typo at `std.Thread.spawn` commentLeonardo Gatti
2023-11-22rework std.atomicAndrew Kelley
2023-10-31std/Thread: remove unnecessary `@ptrCast` (#17766)XXIV
2023-10-02Add illumos OS tagStephen Gregoratto
2023-07-31Merge pull request #16622 from jacobly0/cbe-asm-compatAndrew Kelley
2023-07-31Revert "std.Thread: refining stack size from platform minimum, changes more t...Andrew Kelley
2023-07-31std: cleanup asm usageJacob Young
2023-07-26Fix counting in SingleThreadedRwLock's tryLockShared (#16560)Jim Price
2023-06-26default to single-threaded for WebAssemblyLuuk de Gram
2023-06-26std: implement `detach` for WASI-threadsLuuk de Gram
2023-06-26free allocated memory upon call `join`Luuk de Gram
2023-06-26std: implement `join` for WASI-threadsLuuk de Gram
2023-06-26store allocator & remove global assemblyLuuk de Gram
2023-06-26std: implement `Thread` `spawn` for WASILuuk 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-06-17Merge pull request #16052 from mikdusan/bsd-getdentsAndrew Kelley
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-15openbsd: fix std.c.getdents and debitrotMichael Dusan
2023-05-25std.Thread: refining stack size from platform minimum, changes more targetted...David CARLIER
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-21std: remove names from incorrectly named testsJacob Young
2023-04-20Merge pull request #14696 from r00ster91/threadAndrew Kelley
2023-04-12openbsd: fix thread name buffer sizeMichael Dusan
2023-03-15extract ThreadPool and WaitGroup from compiler to std libAndrew Kelley