Searched defs:threadsafe (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1918 bool threadsafe = getContext().getLangOpts().ThreadsafeStatics && local
1923 bool useInt8GuardVariable = !threadsafe && var->hasInternalLinkage();
2010 if (threadsafe)
2048 if (threadsafe) {
2067 if (threadsafe) {

Completed in 121 milliseconds