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
Age
Commit message (
Expand
)
Author
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-15
Better implementation of GetLastError. (#20623)
Lucas Santos
2024-07-09
test: Add `spawn` behavior test
mochalins
2024-07-09
fix: Update `spawn`'s' `runFn` signature
mochalins
2024-07-08
Compilation: put supported codegen backends on a separate thread
Jacob Young
2024-07-07
InternPool: implement and use thread-safe list for extra and limbs
Jacob Young
2024-07-07
InternPool: temporarily disable multi-threaded behavior
Jacob Young
2024-07-07
InternPool: implement thread-safe hash map
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-06-12
std.Thread.Mutex.Recursive: alternate implementation
Andrew Kelley
2024-06-12
introduce std.Thread.Mutex.Recursive
Andrew Kelley
2024-05-03
add std.Thread.Pool.spawnWg
Andrew Kelley
2024-04-24
Clarify the blocking behavior of `RwLock.lockShared()`. (#19752)
IntegratedQuantum
2024-04-19
std: fix Thread.Pool.spawn
GethDW
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to pass a pointer type
Jacob Young
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-15
bsd: debitrot AtomicOrder renames
Michael Dusan
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-03-10
std.Thread.WaitGroup: add spawnManaged
Andrew Kelley
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-13
Add `timedWait` to `std.Thread.Semaphore` (#18805)
Felix Kollmann
2024-02-08
Replace std.rand references with std.Random
e4m2
2024-01-22
Free threads in std.Thread.Pool.init only with pool.join
Littleote
2023-11-26
bsd: debitrot atomic and debug
Michael Dusan
2023-11-22
rework std.atomic
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-31
std/Thread: remove unnecessary `@ptrCast` (#17766)
XXIV
2023-10-29
x86_64: fix compiler rt test failures
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-07-26
Fix counting in SingleThreadedRwLock's tryLockShared (#16560)
Jim Price
2023-06-26
std: implement `detach` for WASI-threads
Luuk de Gram
2023-06-26
std: implement `Futex` for WebAssembly
Luuk de Gram
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-20
std: prevent random CI failures
Jacob Young
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-05-20
Zir: eliminate `field_call_bind` and `field_call_bind_named`
mlugg
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-27
std: prevent the possibility of deadlocks in some threaded tests
Jacob Young
2023-04-18
std.Thread.Condition: optimize example
Erik Arvstedt
2023-03-15
zig build: add a -j<N> option for limiting concurrency
Andrew Kelley
2023-03-15
extract ThreadPool and WaitGroup from compiler to std lib
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
[next]