Searched refs:withThreads (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/win32/
H A Dconfigure.js32 var withThreads = "native"; variable
116 txt += " threads: Enable thread safety [no|ctls|native|posix] (" + (withThreads) + ") \n";
225 vf.WriteLine("WITH_THREADS=" + withThreads);
301 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
386 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
444 withThreads = arg.substring(opt.length + 1, arg.length);
632 txtOut += " Thread safety: " + withThreads + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js32 var withThreads = "native"; variable
116 txt += " threads: Enable thread safety [no|ctls|native|posix] (" + (withThreads) + ") \n";
225 vf.WriteLine("WITH_THREADS=" + withThreads);
301 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
386 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
444 withThreads = arg.substring(opt.length + 1, arg.length);
632 txtOut += " Thread safety: " + withThreads + "\n";

Completed in 108 milliseconds