Home
last modified time | relevance | path

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

/bsp/nxp/lpc/lpc5410x/applications/
A Ddemo_thread.c24 static void thread2_entry(void* parameter) in thread2_entry() function
49 thread2 = rt_thread_create("t2",thread2_entry, RT_NULL,512,10,5); in demo_init()
/bsp/taihu/applications/
A Dapplication.c35 static void thread2_entry(void* parameter)
58 result = rt_thread_init(&thread2, "t2", thread2_entry, RT_NULL,

Completed in 4 milliseconds