Lines Matching refs:fsrw1_thread
21 static rt_thread_t fsrw1_thread = RT_NULL; variable
43 fsrw1_thread = RT_NULL; in fsrw1_thread_entry()
54 fsrw1_thread = RT_NULL; in fsrw1_thread_entry()
73 fsrw1_thread = RT_NULL; in fsrw1_thread_entry()
90 fsrw1_thread = RT_NULL; in fsrw1_thread_entry()
106 fsrw1_thread = RT_NULL; in fsrw1_thread_entry()
116 fsrw1_thread = RT_NULL; in fsrw1_thread_entry()
253 if( fsrw1_thread != RT_NULL ) in fs_test()
259 fsrw1_thread = rt_thread_create( "fsrw1", in fs_test()
265 if ( fsrw1_thread != RT_NULL) in fs_test()
267 rt_thread_startup(fsrw1_thread); in fs_test()