Searched refs:thread2_entry (Results 1 – 2 of 2) sorted by relevance
24 static void thread2_entry(void* parameter) in thread2_entry() function49 thread2 = rt_thread_create("t2",thread2_entry, RT_NULL,512,10,5); in demo_init()
35 static void thread2_entry(void* parameter)58 result = rt_thread_init(&thread2, "t2", thread2_entry, RT_NULL,
Completed in 4 milliseconds