Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/threads/thread_init/src/
Dmain.c20 #define INIT_COOP_P3_static ((void *)&static_coop_start_sema) macro
36 thread_entry, INIT_COOP_P1, INIT_COOP_P2, INIT_COOP_P3_static,
127 expected.init_p3 = INIT_COOP_P3_static; in ZTEST_USER()