Searched refs:send_thread (Results 1 – 1 of 1) sorted by relevance
31 void send_thread(void const *argument) in send_thread() function167 osThreadDef(send_thread, osPriorityNormal, 1, 0);176 tid = osThreadCreate(osThread(send_thread), NULL); in ZTEST()