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