Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/libs/
Dnotifier.rs107 let mut notifier_chain_guard = self.0.lock(); in register() localVariable
115 let mut notifier_chain_guard = self.0.lock(); in register_unique_prio() localVariable
120 let mut notifier_chain_guard = self.0.lock(); in unregister() localVariable
130 let notifier_chain_guard = self.0.lock(); in call_chain() localVariable
145 let mut notifier_chain_guard = self.0.write(); in register() localVariable
153 let mut notifier_chain_guard = self.0.write(); in register_unique_prio() localVariable
158 let mut notifier_chain_guard = self.0.write(); in unregister() localVariable
168 let notifier_chain_guard = self.0.read(); in call_chain() localVariable