Searched refs:thread2 (Results 1 – 2 of 2) sorted by relevance
39 rt_thread_t thread2 = RT_NULL; in demo_init() local49 thread2 = rt_thread_create("t2",thread2_entry, RT_NULL,512,10,5); in demo_init()50 if (thread2 != RT_NULL) in demo_init()51 rt_thread_startup(thread2); in demo_init()
20 static struct rt_thread thread2;58 result = rt_thread_init(&thread2, "t2", thread2_entry, RT_NULL,61 rt_thread_startup(&thread2);
Completed in 3 milliseconds