Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dsignal.c25 void Thread_1(void const *arg) in Thread_1() function
69 osThreadDef(Thread_1, osPriorityHigh, 3, 0);
77 id1 = osThreadCreate(osThread(Thread_1), osThreadGetId()); in ZTEST()
98 id1 = osThreadCreate(osThread(Thread_1), osThreadGetId()); in ZTEST()
121 id1 = osThreadCreate(osThread(Thread_1), osThreadGetId()); in ZTEST()