Searched defs:thread (Results 1 – 5 of 5) sorted by relevance
214 let thread = action_inner.thread(); in do_irq_wake_thread() localVariable220 let thread = thread.unwrap(); in do_irq_wake_thread() localVariable
699 thread: Option<Arc<ProcessControlBlock>>, field741 pub fn thread(&self) -> Option<Arc<ProcessControlBlock>> { in thread() method
49 thread: Option<Arc<ProcessControlBlock>>, field69 pub const fn thread(&self) -> &Option<Arc<ProcessControlBlock>> { in thread() method
74 "thread": "c", string
403 let thread = pcb.thread.write_irqsave(); in exit() localVariable654 thread: RwLock<ThreadInfo>, field