about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/locks/mod.rs
AgeCommit message (Expand)AuthorLines
2024-02-16std: move locks to `sys` on UNIX and other futex platformsjoboet-31/+0
2024-02-09std: replace pthread `RwLock` with custom implementation inspired by usyncjoboet-2/+2
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+31