Home
last modified time | relevance | path

Searched defs:notifier_chain_guard (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/libs/
H A Dnotifier.rs120 let mut notifier_chain_guard = self.0.lock(); in register() localVariable
128 let mut notifier_chain_guard = self.0.lock(); in register_unique_prio() localVariable
133 let mut notifier_chain_guard = self.0.lock(); in unregister() localVariable
143 let notifier_chain_guard = self.0.lock(); in call_chain() localVariable
159 let mut notifier_chain_guard = self.0.write(); in register() localVariable
167 let mut notifier_chain_guard = self.0.write(); in register_unique_prio() localVariable
172 let mut notifier_chain_guard = self.0.write(); in unregister() localVariable
182 let notifier_chain_guard = self.0.read(); in call_chain() localVariable