Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dsemaphore.c15 void thread_sema(void const *arg) in thread_sema() function
48 osThreadDef(thread_sema, osPriorityNormal, 1, 0);
59 id = osThreadCreate(osThread(thread_sema), semaphore_id); in ZTEST()
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dsemaphore.c15 void thread_sema(void *arg) in thread_sema() function
84 id = osThreadNew(thread_sema, semaphore_id, &thread_attr); in ZTEST()