pub type Threads = BTreeMap<u32, Thread>;
Map a thread id to a Thread.
Thread
pub struct Threads { /* private fields */ }