Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/spinlock/src/
Dmain.c16 struct k_thread cpu1_thread; variable
131 k_thread_create(&cpu1_thread, cpu1_stack, CPU1_STACK_SIZE, in ZTEST()
143 k_thread_join(&cpu1_thread, K_FOREVER); in ZTEST()
213 k_thread_create(&cpu1_thread, cpu1_stack, CPU1_STACK_SIZE, in ZTEST()
225 k_thread_join(&cpu1_thread, K_FOREVER); in ZTEST()