zig/lib/std/Thread
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
..
Condition.zig std.Thread: Mutex and Condition improvements (#11497) 2022-04-23 19:35:56 -05:00
Futex.zig std.Thread: ResetEvent improvements (#11523) 2022-04-26 16:48:56 -05:00
Mutex.zig std.Thread: Mutex and Condition improvements (#11497) 2022-04-23 19:35:56 -05:00
ResetEvent.zig std.Thread: ResetEvent improvements (#11523) 2022-04-26 16:48:56 -05:00
RwLock.zig update RwLock to use static initialization (#10838) 2022-02-08 23:35:48 -05:00
Semaphore.zig std: add test for Thread.Semaphore 2022-01-29 20:30:53 +00:00