HomeSort by relevance Sort by last modified time
    Searched full:withthreads (Results 1 - 3 of 3) sorted by null

  /external/protobuf/gtest/scons/
SConstruct.common 162 def WithThreads(cls, env):
174 WithThreads = classmethod(WithThreads)
SConscript 117 env_with_threads = EnvCreator.Create(env, EnvCreator.WithThreads)
  /external/chromium_org/third_party/libxml/src/win32/
configure.js 32 var withThreads = "native";
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";

Completed in 95 milliseconds