Home
last modified time | relevance | path

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

/Zephyr-4.3.0/tests/kernel/pipe/pipe_api/src/
Dconcurrency.c168 static volatile bool zero_thread_write; variable
180 zero_thread_write = true; in zero_thread_read_write()
217 zassert_true(zero_thread_read && zero_thread_write, in ZTEST()