summaryrefslogtreecommitdiff
path: root/rust/kernel/task.rs
AgeCommit message (Expand)Author
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda
2024-02-18rust: kernel: mark code fragments in docs with backticksValentin Obst
2024-02-18rust: kernel: unify spelling of refcount in docsValentin Obst
2024-01-28rust: sync: update integer types in CondVarAlice Ryhl
2024-01-28rust: sync: add `CondVar::wait_timeout`Alice Ryhl
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda
2023-10-15rust: task: remove redundant explicit linkMiguel Ojeda
2023-05-31rust: task: add `Send` marker to `Task`Alice Ryhl
2023-04-22rust: introduce `current`Wedson Almeida Filho
2023-04-22rust: add basic `Task`Wedson Almeida Filho