Searched refs:graphic_tid (Results 1 – 1 of 1) sorted by relevance
212 rt_thread_t graphic_tid = rt_thread_create("graphic work", graphic_thread, RT_NULL, in graphic_test() local215 if (graphic_tid != RT_NULL) in graphic_test()217 rt_thread_startup(graphic_tid); in graphic_test()
Completed in 9 milliseconds