Searched refs:TLD (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_basic_logging.cpp | 138 TLD.BufferOffset = 0; in getThreadLocalData() 142 TLD.StackSize = 0; in getThreadLocalData() 151 TLD.StackEntries = 0; in getThreadLocalData() 154 return TLD; in getThreadLocalData() 179 if (TLD.StackEntries++ >= TLD.StackSize) in InMemoryRawLog() 199 if (--TLD.StackEntries >= TLD.StackSize) in InMemoryRawLog() 245 if (++TLD.BufferOffset == TLD.BufferSize) { in InMemoryRawLog() 249 TLD.BufferOffset = 0; in InMemoryRawLog() 345 if (TLD.ShadowStack) in TLDDestructor() 351 if (TLD.LogWriter == nullptr || TLD.BufferOffset == 0) { in TLDDestructor() [all …]
|
| H A D | xray_fdr_logging.cpp | 359 TLD.Controller->flush(); in fdrLoggingFlush() 465 TLD.BQ = BQ; in setupTLD() 469 TLD.BQ->releaseBuffer(TLD.Buffer) != BufferQueue::ErrorCode::Ok) in setupTLD() 473 if (TLD.BQ->getBuffer(TLD.Buffer) != BufferQueue::ErrorCode::Ok) in setupTLD() 480 TLD.Writer = LWStorage; in setupTLD() 487 FDRController<>(TLD.BQ, TLD.Buffer, *TLD.Writer, clock_gettime, in setupTLD() 506 if (!setupTLD(TLD)) in fdrLoggingHandleArg0() 536 if (!setupTLD(TLD)) in fdrLoggingHandleArg1() 578 if (!setupTLD(TLD)) in fdrLoggingHandleCustomEvent() 608 if (!setupTLD(TLD)) in fdrLoggingHandleTypedEvent() [all …]
|
| H A D | xray_profiling.cpp | 62 thread_local ProfilingData TLD{{0}, {0}}; variable 76 pthread_setspecific(ProfilingKey, &TLD); in getThreadLocalData() 89 if (atomic_compare_exchange_strong(&TLD.Allocators, &Allocators, 1, in getThreadLocalData() 94 atomic_store(&TLD.Allocators, 0, memory_order_release); in getThreadLocalData() 132 atomic_store(&TLD.Allocators, Allocators, memory_order_release); in getThreadLocalData() 142 atomic_load_relaxed(&TLD.Allocators))); in getThreadLocalData() 145 atomic_store(&TLD.FCT, FCT, memory_order_release); in getThreadLocalData() 151 return &TLD; in getThreadLocalData() 155 auto FCT = atomic_exchange(&TLD.FCT, 0, memory_order_acq_rel); in cleanupTLD() 286 postCurrentThreadFCT(TLD); in profilingHandleArg0() [all …]
|
| /freebsd-14.2/release/ |
| H A D | Makefile.mirrors | 31 TLD?= ${FTPDIR}/snapshots 39 TLD?= ${FTPDIR}/releases 77 mkdir -p ${TLD}/ISO-IMAGES/${REVISION} 87 cd ${TLD}/ISO-IMAGES/${REVISION} && \ 97 cd ${TLD}/ISO-IMAGES/${REVISION} && \ 107 cd ${TLD}/ISO-IMAGES/${REVISION} && \ 119 cd ${TLD}/ISO-IMAGES/${REVISION} && \ 127 cd ${TLD}/ISO-IMAGES/${REVISION} && \ 137 cd ${TLD}/ISO-IMAGES/${REVISION} && \ 145 cd ${TLD}/ISO-IMAGES/${REVISION} && \ [all …]
|
| /freebsd-14.2/contrib/unbound/contrib/ |
| H A D | drop-tld.diff | 29 + /** Drop TLD queries from clients **/
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9577 for (TopLevelDeclsMap::iterator TLD = TopLevelDecls.begin(), in finishPendingActions() local 9578 TLDEnd = TopLevelDecls.end(); TLD != TLDEnd; ++TLD) { in finishPendingActions() 9579 IdentifierInfo *II = TLD->first; in finishPendingActions() 9580 for (unsigned I = 0, N = TLD->second.size(); I != N; ++I) { in finishPendingActions() 9581 pushExternalDeclIntoScope(cast<NamedDecl>(TLD->second[I]), II); in finishPendingActions()
|
| /freebsd-14.2/contrib/sendmail/cf/ |
| H A D | README | 2594 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:[email protected].TLD ERROR:550 Mailbox disabled for this recipient 2758 domains (class {w}), any user at host.my.TLD, and the single address 2759 [email protected].TLD from receiving mail. Please note: a local username
|
| /freebsd-14.2/contrib/unbound/doc/ |
| H A D | Changelog | 9911 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
|