Skip to main content

stat_of_task

Function stat_of_task 

Source
pub fn stat_of_task(pid: u32, tid: u32) -> Result<StatP, ProcErr>
Expand description

Return parsed content of /proc/[pid]/task/[tid]/ stat .

See it’s return type for details.