Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/kernel/spinlock/src/
Dmain.c20 volatile int bounce_owner, bounce_done; variable
89 if (!locked && bounce_done) { in bounce_once()
115 while (!bounce_done) { in cpu1_fn()
141 bounce_done = 1; in ZTEST()
197 while (!bounce_done) { in trylock_fn()
223 bounce_done = 1; in ZTEST()
235 bounce_done = 0; in before()
/Zephyr-Core-3.7.0/tests/posix/common/src/
Dpthread.c37 static int bounce_done[N_THR_E]; variable
123 bounce_done[id] = 1; in thread_top_exec()
155 if (!bounce_done[i]) { in bounce_test_done()