Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/posix/common/src/
Dpthread.c36 static int bounce_failed; variable
75 bounce_failed = 1; in thread_top_exec()
104 bounce_failed = 1; in thread_top_exec()
150 if (bounce_failed) { in bounce_test_done()
312 zassert_false(bounce_failed, "Bounce test failed"); in ZTEST()