| /freebsd-12.1/contrib/sqlite3/ |
| 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]
|
| H A D | configure | 1437 --enable-threadsafe build a thread-safe library [default=yes]
|
| /freebsd-12.1/contrib/apr-util/crypto/ |
| H A D | apr_passwd.c | 64 #error apr_password_validate() is not threadsafe. rebuild APR without thread support.
|
| /freebsd-12.1/contrib/apr-util/ |
| H A D | configure.in | 177 AC_MSG_CHECKING(if system crypt() function is threadsafe) 179 AC_DEFINE(APU_CRYPT_THREADSAFE, 1, [Define if the system crypt() function is threadsafe])
|
| /freebsd-12.1/contrib/apr/ |
| H A D | CHANGES | 39 *) apr_pollset: On z/OS, threadsafe apr_pollset_poll() may return 119 *) z/OS: threadsafe apr_pollset_poll support for sockets [Greg Ames]
|
| /freebsd-12.1/contrib/ntp/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
|
| /freebsd-12.1/contrib/apr-util/include/private/ |
| H A D | apu_config.h.in | 3 /* Define if the system crypt() function is threadsafe */
|
| /freebsd-12.1/contrib/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.
|
| H A D | ChangeLog-2.0 | 20 o core: Make event_pending() threadsafe. (be7a95c Simon Liu) 464 o Make evdns_getaddrinfo_cancel threadsafe (d51b2fc) 526 o Add a LEV_OPT_THREADSAFE option for threadsafe evconnlisteners (127d4f2) 534 O Make default signal backend fully threadsafe (95a7d41) 770 o Make evdns logging threadsafe (b1c7950) 1184 o Patch from Tani Hosokawa: make some functions in http.c threadsafe. 1198 o Make name_from_addr() threadsafe in http.c 1200 o Make all event_tagging interfaces threadsafe. 1202 …_assign, event_new, event_free) for use by apps that want to be safely threadsafe, or want to rema…
|
| H A D | ChangeLog-1.4 | 136 o Patch from Tani Hosokawa: make some functions in http.c threadsafe.
|
| H A D | ChangeLog | 1136 o core: Make event_pending() threadsafe. (be7a95c Simon Liu) 1641 threadsafe (3c55b5e)
|
| /freebsd-12.1/contrib/ntp/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.
|
| H A D | ChangeLog-2.0 | 20 o core: Make event_pending() threadsafe. (be7a95c Simon Liu) 464 o Make evdns_getaddrinfo_cancel threadsafe (d51b2fc) 526 o Add a LEV_OPT_THREADSAFE option for threadsafe evconnlisteners (127d4f2) 534 O Make default signal backend fully threadsafe (95a7d41) 770 o Make evdns logging threadsafe (b1c7950) 1184 o Patch from Tani Hosokawa: make some functions in http.c threadsafe. 1198 o Make name_from_addr() threadsafe in http.c 1200 o Make all event_tagging interfaces threadsafe. 1202 …_assign, event_new, event_free) for use by apps that want to be safely threadsafe, or want to rema…
|
| H A D | ChangeLog-1.4 | 136 o Patch from Tani Hosokawa: make some functions in http.c threadsafe.
|
| H A D | ChangeLog | 689 o core: Make event_pending() threadsafe. (be7a95c Simon Liu) 1194 threadsafe (3c55b5e)
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 2116 bool threadsafe = getContext().getLangOpts().ThreadsafeStatics && in EmitGuardedInit() local 2122 bool useInt8GuardVariable = !threadsafe && var->hasInternalLinkage(); in EmitGuardedInit() 2215 if (threadsafe) in EmitGuardedInit() 2254 if (threadsafe) { in EmitGuardedInit() 2273 if (threadsafe) { in EmitGuardedInit()
|
| /freebsd-12.1/contrib/googletest/googletest/docs/ |
| H A D | advanced.md | 834 * If the variable's value is `"threadsafe"`, the child process re-executes 840 consideration to be run - much like the `threadsafe` mode on POSIX. 879 The "threadsafe" death test style was introduced in order to help mitigate the 887 testing::FLAGS_gtest_death_test_style="threadsafe" 902 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; 903 // This test is run in the "threadsafe" style: 936 Despite the improved thread safety afforded by the "threadsafe" style of death
|
| H A D | faq.md | 130 `threadsafe`, as the former is no longer safe now that threaded logging is the 300 style to `"threadsafe"`, which is safer but slower, and see if it helps.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c.opt | 748 -fno-threadsafe-statics Do not generate thread-safe code for initializing local statics
|
| /freebsd-12.1/contrib/unbound/ |
| H A D | configure.ac | 544 # the non-threadsafe C libraries. 2051 /* using version of libevent that is not threadsafe. */
|
| H A D | config.h.in | 1299 /* using version of libevent that is not threadsafe. */
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | Changelog | 4651 - iter_hints is now thread-owned in module env, and thus threadsafe. 7063 - locking for threadsafe bogus rrset counter. 7747 - rewrote _wait() routine, so that it is threadsafe. 7748 - cancelation is threadsafe. 9173 - got BSD random[256 state] code, made it threadsafe. util/random.
|
| /freebsd-12.1/contrib/subversion/ |
| H A D | CHANGES | 1119 * svn_fs_initialize() is now threadsafe (r1546409) 2184 * make fsfs packing threadsafe (r1376011) 3428 * allow non-threadsafe sqlite if APR has no threads (r39301)
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | Options.td | 1469 def fno_threadsafe_statics : Flag<["-"], "fno-threadsafe-statics">, Group<f_Group>,
|