Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlpragma.pod157 are retrieved via C<caller> and converted back, as this will not be threadsafe.
H A Dperlmod.pod591 =head2 Making your module threadsafe
592 X<threadsafe> X<thread safe>
593 X<module, threadsafe> X<module, thread safe>
625 This provides a simple mechanism for making a module threadsafe; just add
H A Dperl58delta.pod3239 threadsafe. This particular test stress tests the localtime() call to
3240 find out whether it is threadsafe. See L<perlthrtut> for more information.
3498 this is not Perl's fault-- the libc of Mac OS X is not threadsafe
H A Dperl5320delta.pod1603 Loading IO is now threadsafe.
H A Dperl589delta.pod1874 C<tr///> is now threadsafe. Previously it was storing a swash inside its OP,
H A Dperl5100delta.pod535 implementation was fundamentally flawed and not threadsafe.
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2350 bool threadsafe = getContext().getLangOpts().ThreadsafeStatics && in EmitGuardedInit() local
2356 bool useInt8GuardVariable = !threadsafe && var->hasInternalLinkage(); in EmitGuardedInit()
2443 if (!threadsafe || MaxInlineWidthInBits) { in EmitGuardedInit()
2454 if (threadsafe) in EmitGuardedInit()
2508 if (threadsafe) { in EmitGuardedInit()
2533 if (threadsafe) { in EmitGuardedInit()
/openbsd-src/gnu/usr.bin/perl/dist/IO/
H A DChangeLog71 * Loading IO is now threadsafe, avoiding the core bug reported as GH #14816.
/openbsd-src/gnu/gcc/gcc/
H A Dc.opt713 -fno-threadsafe-statics Do not generate thread-safe code for initializing local statics
/openbsd-src/usr.sbin/unbound/
H A Dconfigure.ac668 # the non-threadsafe C libraries.
2310 /* using version of libevent that is not threadsafe. */
H A Dconfig.h.in1476 /* using version of libevent that is not threadsafe. */
/openbsd-src/gnu/llvm/llvm/docs/
H A DGarbageCollection.rst458 /// Since there is only a global list, this technique is not threadsafe.
/openbsd-src/usr.sbin/unbound/doc/
H A DChangelog7566 - iter_hints is now thread-owned in module env, and thus threadsafe.
9978 - locking for threadsafe bogus rrset counter.
10662 - rewrote _wait() routine, so that it is threadsafe.
10663 - cancelation is threadsafe.
12088 - got BSD random[256 state] code, made it threadsafe. util/random.
/openbsd-src/gnu/gcc/gcc/doc/
H A Dinvoke.texi189 -fno-threadsafe-statics -fuse-cxa-atexit -fno-weak -nostdinc++ @gol
1617 @item -fno-threadsafe-statics
1618 @opindex fno-threadsafe-statics
H A Dgcc.info387 -fno-threadsafe-statics -fuse-cxa-atexit -fno-weak -nostdinc++
1728 `-fno-threadsafe-statics'
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td2946 defm threadsafe_statics : BoolFOption<"threadsafe-statics",