Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/win32/
Dconfigure.js32 var withThreads = "native"; variable
117 txt += " threads: Enable thread safety [no|ctls|native|posix] (" + (withThreads) + ") \n";
227 vf.WriteLine("WITH_THREADS=" + withThreads);
304 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
391 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
449 withThreads = arg.substring(opt.length + 1, arg.length);
645 txtOut += " Thread safety: " + withThreads + "\n";