Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c251 static void thread5(void *argument) in thread5() function
282 tB = osThreadNew(thread5, NULL, &attr); in ZTEST()
317 thread = osThreadNew(thread5, NULL, NULL); /* osThreadDetached */ in ZTEST()
347 tA = osThreadNew(thread5, NULL, &attr); in ZTEST()
369 tA = osThreadNew(thread5, NULL, &attr); in ZTEST()