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-19 19:42:15 -05:00
2022-04-24 23:01:06 -04:00
2022-04-07 05:04:38 -06:00
2022-04-24 23:01:06 -04:00
2022-03-08 20:38:12 +02:00
2022-04-07 05:04:38 -06:00
2022-04-21 14:12:08 +05:45
2022-03-08 20:38:12 +02:00
2022-04-25 17:21:09 -07:00
2022-04-20 17:18:06 -07:00
2022-01-07 00:06:06 -05:00
2022-04-14 10:12:45 -07:00
2022-04-21 14:39:41 -04:00
2022-04-21 21:53:29 +02:00
2022-04-14 10:12:45 -07:00
2022-04-20 05:31:24 -07:00
2022-04-15 17:01:01 -05:00
2022-01-07 00:06:06 -05:00