about summary refs log tree commit diff
path: root/library/std/src/sys/sync/once/queue.rs
AgeCommit message (Expand)AuthorLines
2025-09-03thread parking: fix docs and examplesRalf Jung-1/+3
2025-07-13Add comment why we use zero for COMPLETEOrson Peters-1/+2
2025-07-13Use zero for initialized Once stateOrson Peters-4/+4
2025-04-27use generic Atomic type where possibleChristopher Durham-5/+5
2025-01-02Move some things to `std::sync::poison` and reexport them in `std::sync`Pavel Grigorenko-1/+1
2024-11-27update cfgsBoxy-1/+0
2024-11-18std: allow after-main use of synchronization primitivesjoboet-4/+5
2024-10-25Re-do recursive const stability checksRalf Jung-1/+1
2024-10-17Abstract the state type for futexesPaul Menage-1/+1
2024-09-17Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut`Chayim Refael Friedman-0/+9
2024-07-31std: fix busy-waiting in `Once::wait_force`, add more testsjoboet-4/+8
2024-07-31std: implement the `once_wait` featurejoboet-58/+84
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+1
2024-03-12std: move `Once` implementations to `sys`joboet-0/+294