index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
Thread.zig
Age
Commit message (
Expand
)
Author
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-19
std.Thread: Implement freeAndExit() for hexagon.
Alex Rønne Petersen
2024-08-19
std.Thread: Implement freeAndExit() for s390x.
Alex Rønne Petersen
2024-08-19
std.Thread: Use zero exit code in freeAndExit() for sparc64.
Alex Rønne Petersen
2024-08-19
std.Thread: Implement freeAndExit() for sparc32.
Alex Rønne Petersen
2024-08-13
std.Thread: Merge riscv32/riscv64 assembly in freeAndExit().
Alex Rønne Petersen
2024-08-13
std.Thread: Fix freeAndExit() syscall numbers for mips64.
Alex Rønne Petersen
2024-08-13
std.Thread: Fix freeAndExit() assembly for powerpc.
Alex Rønne Petersen
2024-08-12
std.Thread: Explain apparently pointless mips instruction in freeAndExit().
Alex Rønne Petersen
2024-08-09
std: add loongarch64 support (#20915)
YANG Xudong
2024-07-30
std.os.linux.tls: Refactor and improve documentation.
Alex Rønne Petersen
2024-07-29
std.Thread: Add some syscall comments to LinuxThreadImpl.ThreadCompletion.fre...
Alex Rønne Petersen
2024-07-29
std.Thread: Implement LinuxThreadImpl.ThreadCompletion.freeAndExit() for risc...
Alex Rønne Petersen
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
2024-07-26
riscv: workarounds for riscv threading
David Rubin
2024-07-24
Replace some dynamic functions with static ones.
Lucas Santos
2024-07-15
Better implementation of GetLastError. (#20623)
Lucas Santos
2024-07-09
test: Add `spawn` behavior test
mochalins
2024-07-07
bootstrap: fix build
Jacob Young
2024-06-23
std: Extended type checks for Thread startFn return type
Bram
2024-06-17
std: fix pthread_{get,set}name_np return type ABI
Isaac Freund
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-04-22
Fix WASI threads, again
Frank Denis
2024-03-21
Merge pull request #19348 from jedisct1/wasi-threads-compfix
Andrew Kelley
2024-03-20
bsd: followup to std.posix extraction from std.os
Michael Dusan
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-19
WASI-thread: panic if no allocator is given
Frank Denis
2024-03-18
Unbreak support for WASI threads
Frank Denis
2024-03-16
Windows: Replace CreatePipe with ntdll implementation
Stephen Gregoratto
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-02-26
Change many test blocks to doctests/decltests
Ryan Liptak
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-24
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak
2024-02-24
Update deprecated `std.unicode` function usages
Ryan Liptak
2024-02-06
std.os.linux.MAP: use a packed struct
Andrew Kelley
2024-01-29
std.Thread: fix off-by-one in PosixThreadImpl (#18711)
Christian Flicker
2023-12-30
doc: possible typo at `std.Thread.spawn` comment
Leonardo Gatti
2023-11-22
rework std.atomic
Andrew Kelley
2023-10-31
std/Thread: remove unnecessary `@ptrCast` (#17766)
XXIV
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-07-31
Merge pull request #16622 from jacobly0/cbe-asm-compat
Andrew Kelley
2023-07-31
Revert "std.Thread: refining stack size from platform minimum, changes more t...
Andrew Kelley
2023-07-31
std: cleanup asm usage
Jacob Young
2023-07-26
Fix counting in SingleThreadedRwLock's tryLockShared (#16560)
Jim Price
2023-06-26
default to single-threaded for WebAssembly
Luuk de Gram
2023-06-26
std: implement `detach` for WASI-threads
Luuk de Gram
2023-06-26
free allocated memory upon call `join`
Luuk de Gram
2023-06-26
std: implement `join` for WASI-threads
Luuk de Gram
2023-06-26
store allocator & remove global assembly
Luuk de Gram
2023-06-26
std: implement `Thread` `spawn` for WASI
Luuk de Gram
[next]