Lines Matching refs:fsrw2_thread
22 static rt_thread_t fsrw2_thread = RT_NULL; variable
151 fsrw2_thread = RT_NULL; in fsrw2_thread_entry()
162 fsrw2_thread = RT_NULL; in fsrw2_thread_entry()
182 fsrw2_thread = RT_NULL; in fsrw2_thread_entry()
198 fsrw2_thread = RT_NULL; in fsrw2_thread_entry()
214 fsrw2_thread = RT_NULL; in fsrw2_thread_entry()
224 fsrw2_thread = RT_NULL; in fsrw2_thread_entry()
274 if( fsrw2_thread != RT_NULL ) in fs_test()
280 fsrw2_thread = rt_thread_create( "fsrw2", in fs_test()
286 if ( fsrw2_thread != RT_NULL) in fs_test()
288 rt_thread_startup(fsrw2_thread); in fs_test()