Searched refs:threadsafe (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlpragma.pod | 157 are retrieved via C<caller> and converted back, as this will not be threadsafe.
|
| H A D | perlmod.pod | 591 =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 D | perl58delta.pod | 3239 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 D | perl5320delta.pod | 1603 Loading IO is now threadsafe.
|
| H A D | perl589delta.pod | 1874 C<tr///> is now threadsafe. Previously it was storing a swash inside its OP,
|
| H A D | perl5100delta.pod | 535 implementation was fundamentally flawed and not threadsafe.
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 2350 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 D | ChangeLog | 71 * Loading IO is now threadsafe, avoiding the core bug reported as GH #14816.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c.opt | 713 -fno-threadsafe-statics Do not generate thread-safe code for initializing local statics
|
| /openbsd-src/usr.sbin/unbound/ |
| H A D | configure.ac | 668 # the non-threadsafe C libraries. 2310 /* using version of libevent that is not threadsafe. */
|
| H A D | config.h.in | 1476 /* using version of libevent that is not threadsafe. */
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | GarbageCollection.rst | 458 /// Since there is only a global list, this technique is not threadsafe.
|
| /openbsd-src/usr.sbin/unbound/doc/ |
| H A D | Changelog | 7566 - 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 D | invoke.texi | 189 -fno-threadsafe-statics -fuse-cxa-atexit -fno-weak -nostdinc++ @gol 1617 @item -fno-threadsafe-statics 1618 @opindex fno-threadsafe-statics
|
| H A D | gcc.info | 387 -fno-threadsafe-statics -fuse-cxa-atexit -fno-weak -nostdinc++ 1728 `-fno-threadsafe-statics'
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 2946 defm threadsafe_statics : BoolFOption<"threadsafe-statics",
|