Home
last modified time | relevance | path

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

/DragonOS/kernel/src/exception/
H A Dhandle.rs228 .test_and_set_bit(ThreadedHandlerFlags::IRQTF_RUNTHREAD) in do_irq_wake_thread()
339 .test_and_set_bit(ThreadedHandlerFlags::IRQTF_WARNED) in warn_no_thread()
H A Dirqdesc.rs803 pub fn test_and_set_bit(&mut self, bit: ThreadedHandlerFlags) -> bool { in test_and_set_bit() method