summaryrefslogtreecommitdiff
path: root/rust/kernel/sync/lock.rs
AgeCommit message (Expand)AuthorFilesLines
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda1-1/+1
2024-02-18rust: kernel: add doclinksValentin Obst1-3/+10
2024-02-18rust: kernel: mark code fragments in docs with backticksValentin Obst1-1/+1
2024-02-18rust: kernel: fix multiple typos in documentationValentin Obst1-2/+2
2024-01-28rust: sync: add `CondVar::wait_timeout`Alice Ryhl1-2/+2
2023-10-05rust: kernel: remove `#[allow(clippy::new_ret_no_self)]`Gary Guo1-1/+0
2023-08-07rust: lock: Add intra-doc links to the Backend traitBen Gooding1-3/+3
2023-04-22rust: sync: introduce `CondVar`Wedson Almeida Filho1-1/+0
2023-04-22rust: lock: add `Guard::do_unlocked`Wedson Almeida Filho1-1/+28
2023-04-22rust: sync: introduce `LockedBy`Wedson Almeida Filho1-1/+1
2023-04-22rust: lock: introduce `SpinLock`Wedson Almeida Filho1-0/+1
2023-04-22rust: lock: introduce `Mutex`Wedson Almeida Filho1-0/+2
2023-04-22rust: sync: introduce `Lock` and `Guard`Wedson Almeida Filho1-0/+162