Searched refs:withThreads (Results 1 – 1 of 1) sorted by relevance
32 var withThreads = "native"; variable117 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";