summaryrefslogtreecommitdiffstats
path: root/rust/kernel/task.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: kernel: remove redundant importsMiguel Ojeda2024-05-051-1/+1
* rust: kernel: mark code fragments in docs with backticksValentin Obst2024-02-181-1/+1
* rust: kernel: unify spelling of refcount in docsValentin Obst2024-02-181-2/+2
* rust: sync: update integer types in CondVarAlice Ryhl2024-01-281-1/+14
* rust: sync: add `CondVar::wait_timeout`Alice Ryhl2024-01-281-1/+4
* rust: support `srctree`-relative linksMiguel Ojeda2023-12-211-1/+1
* rust: task: remove redundant explicit linkMiguel Ojeda2023-10-151-1/+1
* rust: task: add `Send` marker to `Task`Alice Ryhl2023-05-311-2/+8
* rust: introduce `current`Wedson Almeida Filho2023-04-221-1/+81
* rust: add basic `Task`Wedson Almeida Filho2023-04-221-0/+75