Searched refs:status_reader (Results 1 – 1 of 1) sorted by relevance
190 let mut status_reader = BufReader::new(File::open(format!("/proc/{}/status", tid))?); in thread_is_sleeping() localVariable193 let count = status_reader.read_line(&mut line)?; in thread_is_sleeping()