Home
last modified time | relevance | path

Searched refs:thread2 (Results 1 – 2 of 2) sorted by relevance

/bsp/nxp/lpc/lpc5410x/applications/
A Ddemo_thread.c39 rt_thread_t thread2 = RT_NULL; in demo_init() local
49 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()
/bsp/taihu/applications/
A Dapplication.c20 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