OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withthreads
(Results
1 - 1
of
1
) sorted by null
/external/libxml2/win32/
configure.js
32
var
withThreads
= "native";
118
txt += " threads: Enable thread safety [no|ctls|native|posix] (" + (
withThreads
) + ") \n";
229
vf.WriteLine("WITH_THREADS=" +
withThreads
);
307
of.WriteLine(s.replace(/\@WITH_THREADS\@/,
withThreads
== "no"? "0" : "1"));
398
of.WriteLine(s.replace(/\@WITH_THREADS\@/,
withThreads
== "no"? "0" : "1"));
456
withThreads
= arg.substring(opt.length + 1, arg.length);
654
txtOut += " Thread safety: " +
withThreads
+ "\n";
Completed in 7444 milliseconds