Home
last modified time | relevance | path

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

/Zephyr-4.3.0/samples/subsys/portability/cmsis_rtos_v1/timer_synchronization/src/
Dmain.c44 int send_msg_thread(void) in send_msg_thread() function
68 if (send_msg_thread()) { in main()
76 if (send_msg_thread()) { in main()
/Zephyr-4.3.0/tests/subsys/portability/cmsis_rtos_v1/src/
Dmsgq.c20 void send_msg_thread(void const *argument) in send_msg_thread() function
108 osThreadDef(send_msg_thread, osPriorityNormal, 1, 0);
117 tid = osThreadCreate(osThread(send_msg_thread), NULL); in ZTEST()
/Zephyr-4.3.0/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/src/
Dmain.c53 int send_msg_thread(void) in send_msg_thread() function
91 if (send_msg_thread()) { in main()
/Zephyr-4.3.0/tests/subsys/portability/cmsis_rtos_v2/src/
Dmsgq.c26 void send_msg_thread(void *argument) in send_msg_thread() function
153 tid = osThreadNew(send_msg_thread, NULL, &thread_attr); in ZTEST()