summaryrefslogtreecommitdiff
path: root/rust/kernel/sync/lock.rs
AgeCommit message (Expand)Author
2024-02-18rust: kernel: add doclinksValentin Obst
2024-02-18rust: kernel: mark code fragments in docs with backticksValentin Obst
2024-02-18rust: kernel: fix multiple typos in documentationValentin Obst
2024-01-28rust: sync: add `CondVar::wait_timeout`Alice Ryhl
2023-10-05rust: kernel: remove `#[allow(clippy::new_ret_no_self)]`Gary Guo
2023-08-07rust: lock: Add intra-doc links to the Backend traitBen Gooding
2023-04-22rust: sync: introduce `CondVar`Wedson Almeida Filho
2023-04-22rust: lock: add `Guard::do_unlocked`Wedson Almeida Filho
2023-04-22rust: sync: introduce `LockedBy`Wedson Almeida Filho
2023-04-22rust: lock: introduce `SpinLock`Wedson Almeida Filho
2023-04-22rust: lock: introduce `Mutex`Wedson Almeida Filho
2023-04-22rust: sync: introduce `Lock` and `Guard`Wedson Almeida Filho