Searched refs:threadsafe (Results 1 – 6 of 6) sorted by relevance
2 // RUN: %clang -### -fno-threadsafe-statics -DNO_THREADSAFE_STATICS -c %s 2>&1 | FileCheck --check-…5 // CHECK-NO-THREADSAFE-STATICS: "-fno-threadsafe-statics"11 // CHECK-THREADSAFE-STATICS-NOT: "-fno-threadsafe-statics"
11 static variables initialized at runtime (e.g. by ``-fno-threadsafe-statics``), even if a particular…
2356 bool threadsafe = getContext().getLangOpts().ThreadsafeStatics && in EmitGuardedInit() local2362 bool useInt8GuardVariable = !threadsafe && var->hasInternalLinkage(); in EmitGuardedInit()2451 if (threadsafe) in EmitGuardedInit()2490 if (threadsafe) { in EmitGuardedInit()2509 if (threadsafe) { in EmitGuardedInit()
458 /// Since there is only a global list, this technique is not threadsafe.
2569 .. option:: -fthreadsafe-statics, -fno-threadsafe-statics
2851 defm threadsafe_statics : BoolFOption<"threadsafe-statics",