/freebsd/contrib/sqlite3/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])
|
/freebsd/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 | 1463 --enable-threadsafe build a thread-safe library [default=yes]
|
/freebsd/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/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 | 1449 o core: Make event_pending() threadsafe. (be7a95c Simon Liu) 1954 threadsafe (3c55b5e)
|
/freebsd/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 | 1449 o core: Make event_pending() threadsafe. (be7a95c Simon Liu) 1954 threadsafe (3c55b5e)
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | assertions.md | 536 * If the variable's value is `"threadsafe"`, the child process re-executes 542 consideration to be run - much like the `"threadsafe"` mode on POSIX.
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 2618 bool threadsafe = getContext().getLangOpts().ThreadsafeStatics && in EmitGuardedInit() local 2624 bool useInt8GuardVariable = !threadsafe && var->hasInternalLinkage(); in EmitGuardedInit() 2712 if (!threadsafe || MaxInlineWidthInBits) { in EmitGuardedInit() 2723 if (threadsafe) in EmitGuardedInit() 2777 if (threadsafe) { in EmitGuardedInit() 2802 if (threadsafe) { in EmitGuardedInit()
|
/freebsd/contrib/googletest/docs/ |
H A D | advanced.md | 580 The "threadsafe" death test style was introduced in order to help mitigate the 588 GTEST_FLAG_SET(death_test_style, "threadsafe"); 603 GTEST_FLAG_SET(death_test_style, "threadsafe"); 604 // This test is run in the "threadsafe" style: 636 Despite the improved thread safety afforded by the "threadsafe" style of death
|
H A D | faq.md | 275 style to `"threadsafe"`, which is safer but slower, and see if it helps.
|
/freebsd/contrib/unbound/ |
H A D | configure.ac | 669 # the non-threadsafe C libraries. 2371 /* using version of libevent that is not threadsafe. */
|
H A D | config.h.in | 1563 /* using version of libevent that is not threadsafe. */
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 7715 - iter_hints is now thread-owned in module env, and thus threadsafe. 10127 - locking for threadsafe bogus rrset counter. 10811 - rewrote _wait() routine, so that it is threadsafe. 10812 - cancelation is threadsafe. 12237 - got BSD random[256 state] code, made it threadsafe. util/random.
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 3980 defm threadsafe_statics : BoolFOption<"threadsafe-statics",
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 12244 a threadsafe manner. Modify rsa code to use new function and add calls
|