Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/spinlock/src/
Dmain.c18 static struct k_spinlock bounce_lock; variable
70 ret = k_spin_trylock(&bounce_lock, &key); in bounce_once()
77 key = k_spin_lock(&bounce_lock); in bounce_once()
85 k_spin_unlock(&bounce_lock, key); in bounce_once()
106 k_spin_unlock(&bounce_lock, key); in bounce_once()