Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/
H A Dconfigure.ac158 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 Dconfigure.ac5 # --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 DREADME.txt27 --enable-threadsafe build a thread-safe library [default=yes]
H A Dconfigure1463 --enable-threadsafe build a thread-safe library [default=yes]
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap-thread-check.m4572 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 Dwhatsnew-2.0.txt81 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 DChangeLog-2.020 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 DChangeLog-1.4136 o Patch from Tani Hosokawa: make some functions in http.c threadsafe.
H A DChangeLog1449 o core: Make event_pending() threadsafe. (be7a95c Simon Liu)
1954 threadsafe (3c55b5e)
/freebsd/contrib/libevent/
H A Dwhatsnew-2.0.txt81 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 DChangeLog-2.020 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 DChangeLog-1.4136 o Patch from Tani Hosokawa: make some functions in http.c threadsafe.
H A DChangeLog1449 o core: Make event_pending() threadsafe. (be7a95c Simon Liu)
1954 threadsafe (3c55b5e)
/freebsd/contrib/googletest/docs/reference/
H A Dassertions.md536 * 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 DItaniumCXXABI.cpp2618 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 Dadvanced.md580 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 Dfaq.md275 style to `"threadsafe"`, which is safer but slower, and see if it helps.
/freebsd/contrib/unbound/
H A Dconfigure.ac669 # the non-threadsafe C libraries.
2371 /* using version of libevent that is not threadsafe. */
H A Dconfig.h.in1563 /* using version of libevent that is not threadsafe. */
/freebsd/contrib/unbound/doc/
H A DChangelog7715 - 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 DOptions.td3980 defm threadsafe_statics : BoolFOption<"threadsafe-statics",
/freebsd/crypto/openssl/
H A DCHANGES.md12244 a threadsafe manner. Modify rsa code to use new function and add calls