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
2020-12-02
std: make the use of pthread_join POSIX-compliant
LemonBoy
2020-11-10
openbsd: proper implementation for Thread.cpuCount()
Sébastien Marie
2020-09-03
update uses of deprecated type field access
Vexu
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-05-05
Update ErrorUnion thread spawn result to return null instead of 0
Haze Booth
2020-04-25
std: fix posix Thread.spawn to accept all startFn types
Andrius Mitkus
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-28
std: Minor changes to TLS handling
LemonBoy
2020-03-25
Revert "Merge pull request #4807 from LemonBoy/tls-touchups"
Andrew Kelley
2020-03-25
Merge pull request #4807 from LemonBoy/tls-touchups
Andrew Kelley
2020-03-25
Use const instead of var
LemonBoy
2020-03-25
std: Minor changes to TLS handling
LemonBoy
2020-03-23
std: Tell pthread the guard page size is zero
LemonBoy
2020-03-23
std: Fix parameters for pthread_attr_setstack
LemonBoy
2020-03-23
std: Different thread stack allocation for NetBSD
LemonBoy
2020-03-18
std: More type checks for Thread startFn return type
LemonBoy
2020-02-29
std.Thread.cpuCount on Windows uses the PEB
Andrew Kelley
2020-02-29
Handle one more error
LemonBoy
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-24
remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`
Vexu
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2019-12-10
Additional replacements of @typeOf with @TypeOf
Robin Voetter
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-02
Merge pull request #3715 from daurnimator/towards-afd
Andrew Kelley
2019-12-02
bring your own OS layer in the std lib
Andrew Kelley
2019-11-30
linux-i386 support
LemonBoy
2019-11-27
std: add alertable argument for windows.WaitForSingleObject
daurnimator
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-10-24
get rid of std.os.foo.is_the_target
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley