Home
last modified time | relevance | path

Searched defs:Task (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dtask.rs96 pub struct Task(pub(crate) Opaque<bindings::task_struct>); global() struct
102 unsafe impl Send for Task {} global() implementation
107 unsafe impl Sync for Task {} global() implementation
142 deref(&self) -> &Task deref() argument
156 impl Task { global() implementation
207 group_leader(&self) -> &Task group_leader() argument
350 unsafe impl crate::types::AlwaysRefCounted for Task { global() implementation
[all...]
/linux/tools/perf/scripts/python/
H A Dtask-analyzer.py531 class Task(object): class