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-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
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
Merge pull request #16052 from mikdusan/bsd-getdents
Andrew Kelley
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-15
openbsd: fix std.c.getdents and debitrot
Michael Dusan
2023-05-25
std.Thread: refining stack size from platform minimum, changes more targetted...
David CARLIER
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-21
std: remove names from incorrectly named tests
Jacob Young
2023-04-20
Merge pull request #14696 from r00ster91/thread
Andrew Kelley
2023-04-12
openbsd: fix thread name buffer size
Michael Dusan
2023-03-15
extract ThreadPool and WaitGroup from compiler to std lib
Andrew Kelley
2023-03-08
std.os: add missing mmap errors
Jan Philipp Hafer
2023-02-26
std.Thread: use pthread_getname_np on musl
r00ster91
2023-02-24
std.Thread: drop is_gnu check
r00ster91
2023-02-24
std.Thread.setName: use unused code
r00ster91
2023-01-29
std: restrict mem.span() and mem.len() to sentinel terminated pointers
Isaac Freund
2023-01-16
std.Thread: make Id smaller where possible
r00ster91
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-09-12
remove pointless discards
Andrew Kelley
2022-08-30
std.Thread: fix freeAndExit on x86_64-linux (#12693)
biexelar
2022-07-04
std.Thread: fix mutable ref of temporary
Andrew Kelley
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-17
std.Thread: insert a missing `@alignCast`
Andrew Kelley
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-04-26
std.Thread: ResetEvent improvements (#11523)
protty
2022-04-23
std.Thread: Mutex and Condition improvements (#11497)
protty
2022-02-27
std: rename `sched_yield` to `yield` and move it to `std.Thread`
David John
2022-02-26
fix typo on Thread's getHandle docs
Endel Dreyer
2022-02-15
Merge pull request #10003 from viriuwu/nt-thread-name
Veikka Tuominen
[next]