Searched refs:process_thread (Results 1 – 1 of 1) sorted by relevance
26 static void process_thread(void);28 K_THREAD_DEFINE(udp_thread_id, STACK_SIZE, process_thread, NULL, NULL, NULL, THREAD_PRIORITY,127 static void process_thread(void) in process_thread() function