Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dmailq.c31 void send_thread(void const *argument) in send_thread() function
167 osThreadDef(send_thread, osPriorityNormal, 1, 0);
176 tid = osThreadCreate(osThread(send_thread), NULL); in ZTEST()