Searched refs:thread_temp_entry (Results 1 – 2 of 2) sorted by relevance
36 static void thread_temp_entry(void *parameter) in thread_temp_entry() function55 …temp_thread = rt_thread_create("Tn", thread_temp_entry, RT_NULL, THREAD_STACK_SIZE, LOW_PRIORITY, … in thread_entry()
35 static void thread_temp_entry(void *parameter) in thread_temp_entry() function64 …temp_thread = rt_thread_create("Tn", thread_temp_entry, RT_NULL, THREAD_STACK_SIZE, THIGH_PRIORITY… in thread_entry()
Completed in 2 milliseconds