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.c237 static void thread5(void *argument) in thread5() function
268 tB = osThreadNew(thread5, NULL, &attr); in ZTEST()
303 thread = osThreadNew(thread5, NULL, NULL); /* osThreadDetached */ in ZTEST()
334 tA = osThreadNew(thread5, NULL, &attr); in ZTEST()
356 tA = osThreadNew(thread5, NULL, &attr); in ZTEST()