Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp125 thread_local ThreadLocalData TLD; in getThreadLocalData() local
132 pthread_setspecific(PThreadKey, &TLD); in getThreadLocalData()
133 TLD.LogWriter = getGlobalLog(); in getThreadLocalData()
134 TLD.InMemoryBuffer = reinterpret_cast<XRayRecord *>( in getThreadLocalData()
137 TLD.BufferSize = GlobalOptions.ThreadBufferSize; in getThreadLocalData()
138 TLD.BufferOffset = 0; in getThreadLocalData()
142 TLD.StackSize = 0; in getThreadLocalData()
143 TLD.StackEntries = 0; in getThreadLocalData()
144 TLD.ShadowStack = nullptr; in getThreadLocalData()
147 TLD.ShadowStack = reinterpret_cast<StackEntry *>( in getThreadLocalData()
[all …]
H A Dxray_fdr_logging.cpp314 auto &TLD = getThreadLocalData(); in fdrLoggingFlush() local
315 if (TLD.Controller != nullptr) in fdrLoggingFlush()
316 TLD.Controller->flush(); in fdrLoggingFlush()
352 auto &TLD = getThreadLocalData(); in fdrLoggingFlush() local
353 if (TLD.Controller != nullptr) in fdrLoggingFlush()
354 TLD.Controller->flush(); in fdrLoggingFlush()
442 static bool setupTLD(ThreadLocalData &TLD) XRAY_NEVER_INSTRUMENT { in setupTLD() argument
448 if (TLD.Controller != nullptr) { in setupTLD()
449 TLD.Controller->flush(); in setupTLD()
450 TLD.Controller = nullptr; in setupTLD()
[all …]
H A Dxray_profiling.cpp59 thread_local ProfilingData TLD{{0}, {0}}; variable
73 pthread_setspecific(ProfilingKey, &TLD); in getThreadLocalData()
86 if (atomic_compare_exchange_strong(&TLD.Allocators, &Allocators, 1, in getThreadLocalData()
91 atomic_store(&TLD.Allocators, 0, memory_order_release); in getThreadLocalData()
129 atomic_store(&TLD.Allocators, Allocators, memory_order_release); in getThreadLocalData()
136 if (atomic_compare_exchange_strong(&TLD.FCT, &FCT, 1, memory_order_acq_rel)) { in getThreadLocalData()
139 atomic_load_relaxed(&TLD.Allocators))); in getThreadLocalData()
142 atomic_store(&TLD.FCT, FCT, memory_order_release); in getThreadLocalData()
148 return &TLD; in getThreadLocalData()
152 auto FCT = atomic_exchange(&TLD.FCT, 0, memory_order_acq_rel); in cleanupTLD()
[all …]
/freebsd/release/
H A DMakefile.mirrors31 TLD?= ${FTPDIR}/snapshots
39 TLD?= ${FTPDIR}/releases
53 VM_DIR= ${TLD}/VM-IMAGES/${REVISION}-${BRANCH}/${TARGET_ARCH}
58 CI_DIR= ${TLD}/CI-IMAGES/${REVISION}-${BRANCH}/${TARGET_ARCH}
63 OCI_DIR= ${TLD}/OCI-IMAGES/${REVISION}-${BRANCH}/${TARGET_ARCH}
69 ISO_DIR= ${TLD}/${TARGET}/${TARGET_ARCH}/ISO-IMAGES/${REVISION}
70 FTP_DIR= ${TLD}/${TARGET}/${TARGET_ARCH}/${REVISION}-${BRANCH}
77 mkdir -p ${TLD}/ISO-IMAGES/${REVISION}
87 cd ${TLD}/ISO-IMAGES/${REVISION} && \
97 cd ${TLD}/ISO-IMAGES/${REVISION} && \
[all …]
/freebsd/contrib/unbound/contrib/
H A Ddrop-tld.diff29 + /** Drop TLD queries from clients **/
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9717 for (TopLevelDeclsMap::iterator TLD = TopLevelDecls.begin(), in finishPendingActions() local
9718 TLDEnd = TopLevelDecls.end(); TLD != TLDEnd; ++TLD) { in finishPendingActions()
9719 IdentifierInfo *II = TLD->first; in finishPendingActions()
9720 for (unsigned I = 0, N = TLD->second.size(); I != N; ++I) { in finishPendingActions()
9721 pushExternalDeclIntoScope(cast<NamedDecl>(TLD->second[I]), II); in finishPendingActions()
/freebsd/contrib/sendmail/cf/
H A DREADME2594 Connect:TLD REJECT
2601 top level domain TLD, 192.168.212.* network, and the IPv6 address
2754 To:host.my.TLD ERROR:550 That host does not accept mail
2755 To:user@other.my.TLD ERROR:550 Mailbox disabled for this recipient
2758 domains (class {w}), any user at host.my.TLD, and the single address
2759 user@other.my.TLD from receiving mail. Please note: a local username
/freebsd/contrib/unbound/doc/
H A DChangelog9911 TLD perspective, when a zone is only reachable on one transport.
11181 We're going to have to ask a TLD server anyway; might as well be
11182 the TLD server for this name. And this resolves a lot of cases where