Searched refs:tpc_thread (Results 1 – 2 of 2) sorted by relevance
104 rt_thread_t tpc_thread; in tpc_sample() local105 tpc_thread = rt_thread_create("tpc", in tpc_sample()112 if (tpc_thread != RT_NULL) in tpc_sample()113 rt_thread_startup(tpc_thread); in tpc_sample()
113 rt_thread_t tpc_thread; in tpc_sample() local114 tpc_thread = rt_thread_create("tpc", in tpc_sample()121 if (tpc_thread != RT_NULL) in tpc_sample()122 rt_thread_startup(tpc_thread); in tpc_sample()
Completed in 6 milliseconds