about summary refs log tree commit diff
path: root/library/std/src/sys/xous/locks/mod.rs
AgeCommit message (Collapse)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-7/+0
2023-08-22std: xous: add support for locksSean Cross-0/+7
Add support for Condvar, Mutex, and RWLock. These are all backed by the ticktimer server. Signed-off-by: Sean Cross <sean@xobs.io>