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-11-19
std: Disable _only_ the flaky part of the ResetEvent test
LemonBoy
2020-11-19
tfw you can't even disable a test without getting the logic wrong
Andrew Kelley
2020-11-17
disable the flaky ResetEvent test
Andrew Kelley
2020-11-10
"ResetEvent" test seems to have a too short timeout: the test is failing rand...
Sébastien Marie
2020-11-10
openbsd: mutex or cond destroy function could return EINVAL
Sébastien Marie
2020-11-09
std.ResetEvent: disable flaky test on Windows
Andrew Kelley
2020-11-06
std.ResetEvent: disable flaky test on macOS
Andrew Kelley
2020-11-06
Fix std.ResetEvent.timedWait on darwin/macOS. (#6914)
Jeremy Huffman
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