about summary refs log tree commit diff
path: root/library/std/src/sys/sync/rwlock/futex.rs
AgeCommit message (Expand)AuthorLines
2024-11-16fix memory ordering bug + bad testConnor Tsui-1/+1
2024-11-16add `downgrade` to `futex` implementationConnor Tsui-5/+47
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-1/+1
2024-10-17Abstract the state type for futexesPaul Menage-21/+20
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+2
2024-07-26Fix doc nitsJohn Arundel-1/+1
2024-03-12std: move `Once` implementations to `sys`joboet-0/+320