Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dthread_instance.c28 osThreadId id1, id2, id3, id4; in ZTEST() local
40 id4 = osThreadCreate(osThread(thread_inst_check), NULL); in ZTEST()
41 zassert_true(id4 == NULL, "Something wrong with thread instances"); in ZTEST()
49 id4 = osThreadCreate(osThread(thread_inst_check), NULL); in ZTEST()
50 zassert_true(id4 != NULL, "Failed creating thread_inst_check"); in ZTEST()
51 zassert_true(id2 == id4, "Error creating thread_inst_check"); in ZTEST()