Searched refs:send_msg_thread (Results 1 – 4 of 4) sorted by relevance
44 int send_msg_thread(void) in send_msg_thread() function68 if (send_msg_thread()) { in main()76 if (send_msg_thread()) { in main()
20 void send_msg_thread(void const *argument) in send_msg_thread() function108 osThreadDef(send_msg_thread, osPriorityNormal, 1, 0);117 tid = osThreadCreate(osThread(send_msg_thread), NULL); in ZTEST()
53 int send_msg_thread(void) in send_msg_thread() function91 if (send_msg_thread()) { in main()
26 void send_msg_thread(void *argument) in send_msg_thread() function153 tid = osThreadNew(send_msg_thread, NULL, &thread_attr); in ZTEST()