aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread.zig
AgeCommit message (Expand)Author
2025-01-19std.Thread: Fix wasi_thread_start() export to use a pointer.Alex Rønne Petersen
2025-01-16x86_64: fix crashes compiling the compiler and testsJacob Young
2025-01-15std.Thread: don't export wasi_thread_start in single-threaded modeAndrew Kelley
2024-11-02std.os.windows: Fix some incorrect callconv specifiers.Alex Rønne Petersen
2024-10-29remove unnecessary castJonathanHallstrom
2024-10-16std.Thread: Use loongarch freeAndExit() implementation for loongarch32 too.Alex Rønne Petersen
2024-09-26move std.time.sleep to std.Thread.sleepAndrew Kelley
2024-09-07std: Fix assembler comment syntax for sparc.Alex Rønne Petersen
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-19std.Thread: Implement freeAndExit() for hexagon.Alex Rønne Petersen
2024-08-19std.Thread: Implement freeAndExit() for s390x.Alex Rønne Petersen
2024-08-19std.Thread: Use zero exit code in freeAndExit() for sparc64.Alex Rønne Petersen
2024-08-19std.Thread: Implement freeAndExit() for sparc32.Alex Rønne Petersen
2024-08-13std.Thread: Merge riscv32/riscv64 assembly in freeAndExit().Alex Rønne Petersen
2024-08-13std.Thread: Fix freeAndExit() syscall numbers for mips64.Alex Rønne Petersen
2024-08-13std.Thread: Fix freeAndExit() assembly for powerpc.Alex Rønne Petersen
2024-08-12std.Thread: Explain apparently pointless mips instruction in freeAndExit().Alex Rønne Petersen
2024-08-09std: add loongarch64 support (#20915)YANG Xudong
2024-07-30std.os.linux.tls: Refactor and improve documentation.Alex Rønne Petersen
2024-07-29std.Thread: Add some syscall comments to LinuxThreadImpl.ThreadCompletion.fre...Alex Rønne Petersen
2024-07-29std.Thread: Implement LinuxThreadImpl.ThreadCompletion.freeAndExit() for risc...Alex Rønne Petersen
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