Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/
H A Dteaish.tcl298 if {[proj-opt-was-provided threadsafe]} {
299 proj-if-opt-truthy threadsafe {
/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/sqlite3/autosetup/
H A Dsqlite-config.tcl899 proj-if-opt-truthy threadsafe {
907 } elseif {[proj-opt-was-provided threadsafe]} {
1759 threadsafe
/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.ac675 # the non-threadsafe C libraries.
2409 /* using version of libevent that is not threadsafe. */
H A Dconfig.h.in1589 /* using version of libevent that is not threadsafe. */
/freebsd/contrib/unbound/doc/
H A DChangelog8247 - iter_hints is now thread-owned in module env, and thus threadsafe.
10659 - locking for threadsafe bogus rrset counter.
11343 - rewrote _wait() routine, so that it is threadsafe.
11344 - cancelation is threadsafe.
12769 - got BSD random[256 state] code, made it threadsafe. util/random.
/freebsd/crypto/krb5/src/include/krb5/
H A Dkrb5.hin3016 * TRUE if the library is threadsafe; FALSE otherwise
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3980 defm threadsafe_statics : BoolFOption<"threadsafe-statics",
/freebsd/crypto/openssl/
H A DCHANGES.md13641 a threadsafe manner. Modify rsa code to use new function and add calls