Lines Matching refs:lock
204 k_spinlock_key_t key = k_spin_lock(&mgr->lock); in transition_complete()
383 k_spin_unlock(&mgr->lock, key); in process_event()
397 key = k_spin_lock(&mgr->lock); in process_event()
418 k_spin_unlock(&mgr->lock, key); in process_event()
433 k_spinlock_key_t key = k_spin_lock(&mgr->lock); in onoff_request()
468 k_spin_unlock(&mgr->lock, key); in onoff_request()
482 k_spinlock_key_t key = k_spin_lock(&mgr->lock); in onoff_release()
503 k_spin_unlock(&mgr->lock, key); in onoff_release()
524 k_spinlock_key_t key = k_spin_lock(&mgr->lock); in onoff_reset()
539 k_spin_unlock(&mgr->lock, key); in onoff_reset()
553 k_spinlock_key_t key = k_spin_lock(&mgr->lock); in onoff_cancel()
563 k_spin_unlock(&mgr->lock, key); in onoff_cancel()
577 k_spinlock_key_t key = k_spin_lock(&mgr->lock); in onoff_monitor_register()
581 k_spin_unlock(&mgr->lock, key); in onoff_monitor_register()
596 k_spinlock_key_t key = k_spin_lock(&mgr->lock); in onoff_monitor_unregister()
602 k_spin_unlock(&mgr->lock, key); in onoff_monitor_unregister()
610 *keyp = k_spin_lock(&srv->lock); in onoff_sync_lock()
644 k_spin_unlock(&srv->lock, key); in onoff_sync_finalize()