summary refs log tree commit diff
path: root/library/std/src/sys/sync/once
AgeCommit message (Expand)AuthorLines
2024-09-17Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut`Chayim Refael Friedman-0/+27
2024-07-31std: fix busy-waiting in `Once::wait_force`, add more testsjoboet-4/+8
2024-07-31std: implement the `once_wait` featurejoboet-94/+178
2024-07-29Reformat `use` declarations.Nicholas Nethercote-7/+3
2024-07-17Auto merge of #125942 - timokroeger:windows-once-futex, r=ChrisDentonbors-0/+1
2024-07-17Prevent double reference in generic futexChris Denton-1/+1
2024-06-04Windows: Use futex implementation for `Once`Timo Kröger-0/+1
2024-03-12std: move `Once` implementations to `sys`joboet-0/+576