Home
last modified time | relevance | path

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

/Zephyr-latest/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()
158 if (bounce_failed) { in bounce_test_done()
320 zassert_false(bounce_failed, "Bounce test failed"); in ZTEST()