Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/task_wdt/
Dtask_wdt.c42 static struct k_spinlock channels_lock; variable
168 key = k_spin_lock(&channels_lock); in task_wdt_add()
189 k_spin_unlock(&channels_lock, key); in task_wdt_add()
195 k_spin_unlock(&channels_lock, key); in task_wdt_add()
208 key = k_spin_lock(&channels_lock); in task_wdt_delete()
212 k_spin_unlock(&channels_lock, key); in task_wdt_delete()