/netbsd-src/external/gpl3/gcc/dist/libcody/cmake/ |
H A D | libcody-config-ix.cmake | 19 check_cxx_compiler_flag(-fno-threadsafe-statics LIBCODY_HAS_NOTHREADSAFESTATICS) 35 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-threadsafe-statics")
|
/netbsd-src/external/public-domain/sqlite/dist/tea/ |
H A D | configure.ac | 158 AC_DEFINE(SQLITE_THREADSAFE, 1, [Trigger sqlite threadsafe build]) 163 AC_DEFINE(SQLITE_THREADSAFE, 0, [Trigger sqlite non-threadsafe build])
|
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | configure.ac | 5 # --enable-threadsafe 85 # --enable-threadsafe 87 AC_ARG_ENABLE(threadsafe, [AS_HELP_STRING( optenable 88 [--enable-threadsafe], [build a thread-safe library [default=yes]])],
|
H A D | README.txt | 27 --enable-threadsafe build a thread-safe library [default=yes]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
H A D | pthreads.m4 | 4 AC_MSG_CHECKING(if compiling threadsafe libraries)
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | RELEASE_NOTES-3.6 | 268 [Feature 20200509] The threadsafe resolver API (res_nxxx() calls) 269 is now the default, not because the API is threadsafe, but because 277 threadsafe resolver API.
|
H A D | INSTALL | 596 ||-DNO_RES_NCALLS |Do not build with the threadsafe resolver(5) |
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop.spell-proto-html | 279 threadsafe
|
H A D | stop.spell-cc | 1390 threadsafe
|
/netbsd-src/external/bsd/ntp/dist/sntp/m4/ |
H A D | openldap-thread-check.m4 | 572 dnl needed to get reentrant/threadsafe versions 631 dnl specifically for compiling the threadsafe version of 634 dnl dnl check for reentrant/threadsafe functions
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | whatsnew-2.0.txt | 81 non-threadsafe code, or forced code built against one version of Libevent 95 prevent errors in your applications, and to be more threadsafe. 241 To make an evbuffer or a bufferevent object threadsafe, call its 244 The HTTP api is not currently threadsafe.
|
H A D | ChangeLog | 1449 o core: Make event_pending() threadsafe. (be7a95c Simon Liu) 1954 threadsafe (3c55b5e)
|
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/ |
H A D | whatsnew-2.0.txt | 81 non-threadsafe code, or forced code built against one version of Libevent 95 prevent errors in your applications, and to be more threadsafe. 241 To make an evbuffer or a bufferevent object threadsafe, call its 244 The HTTP api is not currently threadsafe.
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | ChangeLog | 1038 * md4.c (MD4_Final): make the function threadsafe by removing 1041 * md5.c (MD5_Final): make the function threadsafe by removing 1048 * sha.c: make the function threadsafe by removing static on the
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 2375 bool threadsafe = getContext().getLangOpts().ThreadsafeStatics && in EmitGuardedInit() local 2381 bool useInt8GuardVariable = !threadsafe && var->hasInternalLinkage(); in EmitGuardedInit() 2475 if (threadsafe) in EmitGuardedInit() 2514 if (threadsafe) { in EmitGuardedInit() 2533 if (threadsafe) { in EmitGuardedInit()
|
/netbsd-src/external/mit/libuv/dist/ |
H A D | Makefile.am | 235 test/test-process-title-threadsafe.c \
|
H A D | CMakeLists.txt | 545 test/test-process-title-threadsafe.c
|
/netbsd-src/external/bsd/openldap/dist/ |
H A D | configure.ac | 123 /* define this if needed to get threadsafe functions */ 1693 dnl needed to get reentrant/threadsafe versions 1746 dnl specifically for compiling the threadsafe version of 1749 dnl dnl check for reentrant/threadsafe functions
|
/netbsd-src/external/bsd/unbound/dist/ |
H A D | configure.ac | 615 # the non-threadsafe C libraries. 2230 /* using version of libevent that is not threadsafe. */
|
H A D | config.h.in | 1405 /* using version of libevent that is not threadsafe. */
|
/netbsd-src/external/bsd/openldap/dist/include/ |
H A D | portable.hin | 30 /* define this if needed to get threadsafe functions */
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | nostem.txt | 4102 threadsafe
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | GarbageCollection.rst | 458 /// Since there is only a global list, this technique is not threadsafe.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c.opt | 1905 -fno-threadsafe-statics Do not generate thread-safe code for initializing local statics.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c.opt | 2129 -fno-threadsafe-statics Do not generate thread-safe code for initializing local statics.
|