Lines Matching refs:env
3 Import('env')
5 test_env = env.Clone()
13 fiotest_src.append(env["CRTBEGIN"])
15 fiotest_src.append(env["CRTEND"])
19 threadtest_src.append(env["CRTBEGIN"])
21 threadtest_src.append(env["CRTEND"])
25 spawnanytest_src.append(env["CRTBEGIN"])
27 spawnanytest_src.append(env["CRTEND"])
31 spawnmultipletest_src.append(env["CRTBEGIN"])
33 spawnmultipletest_src.append(env["CRTEND"])
37 spawnsingletest_src.append(env["CRTBEGIN"])
39 spawnsingletest_src.append(env["CRTEND"])
43 pthreadtest_src.append(env["CRTBEGIN"])
45 pthreadtest_src.append(env["CRTEND"])
49 writetest_src.append(env["CRTBEGIN"])
51 writetest_src.append(env["CRTEND"])
54 #test_netenv = env.Clone()
63 #lwiptest_src.append(env["CRTBEGIN"])
65 #lwiptest_src.append(env["CRTEND"])