Searched refs:thread3 (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/kernel/ipi_cascade/src/ |
D | main.c | 62 static struct k_thread thread3; variable 99 k_thread_abort(&thread3); in timer_expiry_fn() 191 k_thread_create(&thread3, stack3, K_THREAD_STACK_SIZEOF(stack3), in ZTEST() 199 k_thread_name_set(&thread3, "T3"); in ZTEST() 209 status = k_thread_cpu_pin(&thread3, cpu_t1); in ZTEST() 260 k_thread_abort(&thread3); in ZTEST()
|
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/ |
D | thread_apis.c | 54 void thread3(void const *argument) in thread3() function 98 osThreadDef(thread3, osPriorityNormal, 1, STACKSZ); 105 id3 = osThreadCreate(osThread(thread3), NULL); in ZTEST()
|
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
D | thread_apis.c | 164 static void thread3(void *argument) in thread3() function 212 id3 = osThreadNew(thread3, state, attr); in thread_prior_common()
|