protty
18f3034629
std.Thread: ResetEvent improvements (#11523)
* std: start removing redundant ResetEvents
* src: fix other uses of std.Thread.ResetEvent
* src: add builtin.sanitize_thread for tsan detection
* atomic: add Atomic.fence for proper fencing with tsan
* Thread: remove the other ResetEvent's and rewrite the current one
* Thread: ResetEvent docs
* zig fmt + WaitGroup.reset() fix
* src: fix build issues for ResetEvent + tsan
* Thread: ResetEvent tests
* Thread: ResetEvent module doc
* Atomic: replace llvm *p memory constraint with *m
* panicking: handle spurious wakeups in futex.wait() when waiting for abort()
* zig fmt
2022-04-26 16:48:56 -05:00
..
2022-04-23 19:35:56 -05:00
2022-04-26 16:48:56 -05:00
2022-04-23 19:35:56 -05:00
2022-04-26 16:48:56 -05:00
2022-02-08 23:35:48 -05:00
2022-01-29 20:30:53 +00:00