Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js32 var withThreads = "native"; variable
118 txt += " threads: Enable thread safety [no|ctls|native|posix] (" + (withThreads) + ") \n";
229 vf.WriteLine("WITH_THREADS=" + withThreads);
319 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
410 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
468 withThreads = arg.substring(opt.length + 1, arg.length);
664 txtOut += " Thread safety: " + withThreads + "\n";