Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dthread_apis.c19 static int thread3_state; variable
88 thread3_state = 1; in thread3()
113 } while (thread3_state == 0); in ZTEST()
128 thread3_state = 0; in ZTEST()
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c153 static int thread3_state; variable
245 thread_prior_common(&thread3_state, &thread3_attr); in ZTEST()