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
/
reset_event.zig
Age
Commit message (
Expand
)
Author
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-05-24
(breaking) std.time fixups and API changes
Andrew Kelley
2020-05-02
std.event.Loop: promote the fs thread to be available for all OS's
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-01-31
NTSTATUS is a non-exhaustive enum
daurnimator
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-22
typo fix
kprotty
2019-12-22
ResetEvent: broadcast by default
kprotty
2019-12-17
SpinLock: loopHint & yield distinction
kprotty
2019-12-17
ResetEvent: use futex on linux when possible
kprotty
2019-12-17
ResetEvent: simpler interface + fix tests
kprotty
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-10
Remove misplaced dot
Robin Voetter
2019-11-26
remove wait timeout test cases
kprotty
2019-11-26
ResetEvent: get abstime based on std.time
kprotty
2019-11-26
fix ResetEvent windows bugs
kprotty
2019-11-26
Definition fixups & ResetEvent test cases
kprotty
2019-11-26
Start on ResetEvent
kprotty