summaryrefslogtreecommitdiff
path: root/rust/kernel/sync.rs
AgeCommit message (Expand)AuthorFilesLines
2023-01-17rust: sync: introduce `UniqueArc`Wedson Almeida Filho1-1/+1
2023-01-17rust: sync: introduce `ArcBorrow`Wedson Almeida Filho1-1/+1
2023-01-17rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho1-0/+10