Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_basic_logging.cc126 thread_local ThreadLocalData TLD; in getThreadLocalData() local
133 pthread_setspecific(PThreadKey, &TLD); in getThreadLocalData()
134 TLD.LogWriter = getGlobalLog(); in getThreadLocalData()
135 TLD.InMemoryBuffer = reinterpret_cast<XRayRecord *>( in getThreadLocalData()
138 TLD.BufferSize = GlobalOptions.ThreadBufferSize; in getThreadLocalData()
139 TLD.BufferOffset = 0; in getThreadLocalData()
143 TLD.StackSize = 0; in getThreadLocalData()
144 TLD.StackEntries = 0; in getThreadLocalData()
145 TLD.ShadowStack = nullptr; in getThreadLocalData()
148 TLD.ShadowStack = reinterpret_cast<StackEntry *>( in getThreadLocalData()
[all …]
H A Dxray_fdr_logging.cc319 auto &TLD = getThreadLocalData(); in fdrLoggingFlush() local
320 if (TLD.Controller != nullptr) in fdrLoggingFlush()
321 TLD.Controller->flush(); in fdrLoggingFlush()
357 auto &TLD = getThreadLocalData(); in fdrLoggingFlush() local
358 if (TLD.Controller != nullptr) in fdrLoggingFlush()
359 TLD.Controller->flush(); in fdrLoggingFlush()
447 static bool setupTLD(ThreadLocalData &TLD) XRAY_NEVER_INSTRUMENT { in setupTLD() argument
453 if (TLD.Controller != nullptr) { in setupTLD()
454 TLD.Controller->flush(); in setupTLD()
455 TLD.Controller = nullptr; in setupTLD()
[all …]
H A Dxray_profiling.cc63 thread_local ProfilingData TLD{{0}, {0}}; variable
77 pthread_setspecific(ProfilingKey, &TLD); in getThreadLocalData()
90 if (atomic_compare_exchange_strong(&TLD.Allocators, &Allocators, 1, in getThreadLocalData()
95 atomic_store(&TLD.Allocators, 0, memory_order_release); in getThreadLocalData()
133 atomic_store(&TLD.Allocators, Allocators, memory_order_release); in getThreadLocalData()
140 if (atomic_compare_exchange_strong(&TLD.FCT, &FCT, 1, memory_order_acq_rel)) { in getThreadLocalData()
143 atomic_load_relaxed(&TLD.Allocators))); in getThreadLocalData()
146 atomic_store(&TLD.FCT, FCT, memory_order_release); in getThreadLocalData()
152 return &TLD; in getThreadLocalData()
156 auto FCT = atomic_exchange(&TLD.FCT, 0, memory_order_acq_rel); in cleanupTLD()
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3663.txt72 3.1. TLD DIT. . . . . . . . . . . . . . . . . . . . . . . . . 6
82 4.1. TLD DIT. . . . . . . . . . . . . . . . . . . . . . . . . 10
141 registries and registrars of generic Top-Level Domains (TLD's).
185 TLD: Top-Level Domain. Refers to the domain names just beneath
187 TLD's .com, .net, .org, and .edu.
190 a TLD in the Domain Name System. An example of such a domain name
219 into the respective TLD DIT of the registrars (on a TLD basis).
233 o The TLD DIT follows the DNS hierarchy for domains (e.g.,
234 dc=foo,dc=com) and parallels the TLD DIT of the registry.
289 3.1. TLD DIT
[all …]
H A Drfc4524.txt855 description: the .COM TLD
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_dnswl.in57 # Numeric TLD - dunno.
H A Dsmtpd_dnswl.ref86 >>> # Numeric TLD - dunno.
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Ddrop-tld.diff29 + /** Drop TLD queries from clients **/
/netbsd-src/share/misc/
H A Ddomains876 .mutual Northwestern Mutual MU TLD Registry, LLC
1052 .redumbrella Travelers TLD, LLC
1085 .ru Coordination Center for TLD RU
1295 .travelers Travelers TLD, LLC
1296 .travelersinsurance Travelers TLD, LLC
1298 .trv Travelers TLD, LLC
1410 .在线 TLD REGISTRY LIMITED
1423 .网站 Global Website TLD Asia Limited
1457 .中文网 TLD REGISTRY LIMITED
1500 .招聘 Dot Trademark TLD Holding Company Limited
[all …]
H A Dacronyms.comp1733 TLD top level domain
H A Dairport7667 TLD:Tuli Lodge, Botswana
/netbsd-src/external/bsd/libbind/dist/doc/
H A Dresolver.cat5114 (TLD). This option can cause problems if the site has
115 "localhost" as a TLD rather than having localhost on
H A Dresolver.cat3231 unqualified name as if it were a top level domain (TLD). This
232 option can cause problems if the site has "localhost" as a TLD
/netbsd-src/external/bsd/nsd/dist/doc/
H A Ddifferences.tex63 the NL TLD and from the root zone against different name servers. The
145 \subsection{Comparison of responses to NL TLD queries}
646 \subsection{Comparison of responses in NL TLD trace}
735 \subsection{Comparison of responses in NL TLD trace}
H A DChangeLog3668 - skip glue nameserver domains (for TLD with 2 glue per
/netbsd-src/external/ibm-public/postfix/dist/
H A Dmakedefs893 "xn--lgbbat1ad8j", /* an arabic TLD */
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dintro-dns-bind.inc.rst41 …is that any new TLD, consisting of three or more characters, may be proposed by any group of comme…
/netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/
H A Dintroduction.rst59 If you are a top-level domain (TLD) operator, or
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9207 for (TopLevelDeclsMap::iterator TLD = TopLevelDecls.begin(), in finishPendingActions() local
9208 TLDEnd = TopLevelDecls.end(); TLD != TLDEnd; ++TLD) { in finishPendingActions()
9209 IdentifierInfo *II = TLD->first; in finishPendingActions()
9210 for (unsigned I = 0, N = TLD->second.size(); I != N; ++I) { in finishPendingActions()
9211 pushExternalDeclIntoScope(cast<NamedDecl>(TLD->second[I]), II); in finishPendingActions()
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog9180 TLD perspective, when a zone is only reachable on one transport.
10450 We're going to have to ask a TLD server anyway; might as well be
10451 the TLD server for this name. And this resolves a lot of cases where
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20212979 Fix invalid hostname to only match the .invalid TLD.