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
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
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
2022-02-15
std.Thread(windows): use NT internals for name fns
viri
2022-02-08
update RwLock to use static initialization (#10838)
billzez
2022-01-29
fs: Use `OpenMode` enum instead of read/write flags.
Sage Hane
2022-01-11
Fix a bug in std.Thread.Condition and add a basic Condition test. (#10538)
afranchuk
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-03
Merge pull request #9910 from mikdusan/dragonfly
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-15
updates for haiku stdc
Al Hoang
2021-10-10
SPARCv9: Fix freeAndExit implementation
Koakuma
2021-10-09
housekeeping: return error.Unsupported
Michael Dusan
2021-10-09
dragonfly: port std.Thread.setname/getname
Michael Dusan
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-09-01
std.os reorg: regression fixes to stack_t, and std.Thread
Andrew Kelley
2021-09-01
std.os reorg: more fixes caught by CI
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-08-29
zig fmt: respect trailing commas in inline assembly
jdmichaud
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
Linux/SPARCv9: account for branch delay in freeAndExit()
Koakuma
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-08-09
Merge remote-tracking branch 'origin' into libc-wasi-test
Takeshi Yoneda
2021-07-30
Add freeAndExit() implementation for Linux/SPARCv9
Koakuma
[next]