Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp9471 bool WantPthread = Args.hasArg(options::OPT_pthread) || in ConstructJob() local
9478 WantPthread = true; in ConstructJob()
9503 if (WantPthread && !isAndroid) in ConstructJob()