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
2025-10-29
fix miscellaneous compilation failures
Andrew Kelley
2025-10-29
std.Io: implement dirStatPath
Andrew Kelley
2025-10-29
std.Thread.ResetEvent: make it more reusable
Andrew Kelley
2025-10-29
revert std.Thread.Pool for now
Andrew Kelley
2025-10-29
update to sync with master
Andrew Kelley
2025-10-29
std.Io.EventLoop: implement select
Andrew Kelley
2025-10-29
introduce Io.select and implement it in thread pool
Andrew Kelley
2025-10-29
Io.Condition: implement full API
Jacob Young
2025-10-29
std.Io.Condition: change primitive to support only one
Andrew Kelley
2025-10-29
Io: implement faster mutex
Jacob Young
2025-10-29
std.Io: add detached async
Andrew Kelley
2025-10-29
implement Mutex, Condition, and Queue
Andrew Kelley
2025-10-29
Io: implement sleep and fix cancel bugs
Jacob Young
2025-10-29
EventLoop: implement thread-local queues and cancellation
Jacob Young
2025-10-29
std.Io: introduce cancellation
Andrew Kelley
2025-10-29
start adding fs functions to std.Io
Andrew Kelley
2025-10-29
free freeing wrong amount in thread pool impl
Andrew Kelley
2025-10-29
fix context passing in threaded Io impl
Andrew Kelley
2025-10-29
make thread pool satisfy async/await interface
Andrew Kelley
2025-10-29
introduce std.Io interface
Andrew Kelley
2025-10-18
std: make RwLock test less intensive
mlugg
2025-10-18
tweak tests to avoid timeouts
mlugg
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-06-17
linux: futex v1 API cleanup
Pat Tullmann
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-04-03
de-genericify SinglyLinkedList
Andrew Kelley
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-01
std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create...
Chris Boesch
2025-01-16
x86_64: fix crashes compiling the compiler and tests
Jacob Young
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2024-11-27
std.Thread.Futex: Mark inline asm volatile in WasmImpl.
Alex Rønne Petersen
2024-11-11
Revert "Enable thread_pool function to throw errors (#20260)"
Andrew Kelley
2024-11-11
Enable thread_pool function to throw errors (#20260)
ippsav
2024-10-23
combine codegen work queue and linker task queue
Andrew Kelley
2024-10-04
remove `@fence` (#21585)
David Rubin
2024-09-11
thread: don't leak the thread in `spawnManager` (#21379)
David Rubin
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
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
[next]