Home
last modified time | relevance | path

Searched refs:thread_completion (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/exception/
H A Dirqdesc.rs639 thread_completion: Completion, field
663 thread_completion: Completion::new(), in new()
673 pub fn thread_completion(&self) -> &Completion { in thread_completion() method
674 &self.thread_completion in thread_completion()
H A Dmanage.rs613 .thread_completion() in wake_up_and_wait_for_irq_thread_ready()