Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/smp/src/
Dmain.c35 static int child_thread_id; variable
773 child_thread_id = curr_cpu(); in k_sys_fatal_error_handler()
779 zassert_true(main_thread_id != child_thread_id, in k_sys_fatal_error_handler()
823 child_thread_id = curr_cpu(); in workq_handler()
852 zassert_true(main_thread_id != child_thread_id, in ZTEST()