zig/lib/std/heap
protty 963ac60918
std.Thread: Mutex and Condition improvements (#11497)
* Thread: minor cleanups

* Thread: rewrite Mutex

* Thread: introduce Futex.Deadline

* Thread: Condition rewrite + cleanup

* Mutex: optimize lock fast path

* Condition: more docs

* Thread: more mutex + condition docs

* Thread: remove broken Condition test

* Thread: zig fmt

* address review comments + fix Thread.DummyMutex in GPA

* Atomic: disable bitRmw x86 inline asm for stage2

* GPA: typo mutex_init

* Thread: remove noalias on stuff

* Thread: comment typos + clarifications
2022-04-23 19:35:56 -05:00
..
arena_allocator.zig allocgate: change resize to return optional instead of error 2021-11-30 23:45:01 +00:00
general_purpose_allocator.zig std.Thread: Mutex and Condition improvements (#11497) 2022-04-23 19:35:56 -05:00
log_to_writer_allocator.zig allocgate: change resize to return optional instead of error 2021-11-30 23:45:01 +00:00
logging_allocator.zig allocgate: change resize to return optional instead of error 2021-11-30 23:45:01 +00:00