Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/pm/
Dpm.c44 static struct k_spinlock pm_notifier_lock; variable
56 pm_notifier_key = k_spin_lock(&pm_notifier_lock); in pm_state_notify()
68 k_spin_unlock(&pm_notifier_lock, pm_notifier_key); in pm_state_notify()
238 k_spinlock_key_t pm_notifier_key = k_spin_lock(&pm_notifier_lock); in pm_notifier_register()
241 k_spin_unlock(&pm_notifier_lock, pm_notifier_key); in pm_notifier_register()
249 pm_notifier_key = k_spin_lock(&pm_notifier_lock); in pm_notifier_unregister()
253 k_spin_unlock(&pm_notifier_lock, pm_notifier_key); in pm_notifier_unregister()