Searched refs:TLD (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/ |
| D | xray_basic_logging.cpp | 125 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 …]
|
| D | xray_fdr_logging.cpp | 317 auto &TLD = getThreadLocalData(); in fdrLoggingFlush() local 318 if (TLD.Controller != nullptr) in fdrLoggingFlush() 319 TLD.Controller->flush(); in fdrLoggingFlush() 355 auto &TLD = getThreadLocalData(); in fdrLoggingFlush() local 356 if (TLD.Controller != nullptr) in fdrLoggingFlush() 357 TLD.Controller->flush(); in fdrLoggingFlush() 445 static bool setupTLD(ThreadLocalData &TLD) XRAY_NEVER_INSTRUMENT { in setupTLD() argument 451 if (TLD.Controller != nullptr) { in setupTLD() 452 TLD.Controller->flush(); in setupTLD() 453 TLD.Controller = nullptr; in setupTLD() [all …]
|
| 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() 139 if (atomic_compare_exchange_strong(&TLD.FCT, &FCT, 1, memory_order_acq_rel)) { 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() [all …]
|
| /freebsd-12-stable/release/ |
| D | Makefile.mirrors | 33 TLD?= ${FTPDIR}/snapshots 57 TLD?= ${FTPDIR}/releases 71 VM_DIR= ${TLD}/VM-IMAGES/${REVISION}-${BRANCH}/${TARGET_ARCH} 77 ISO_DIR= ${TLD}/${TARGET}/${TARGET_ARCH}/ISO-IMAGES/${REVISION} 78 FTP_DIR= ${TLD}/${TARGET}/${TARGET_ARCH}/${REVISION}-${BRANCH} 85 mkdir -p ${TLD}/ISO-IMAGES/${REVISION} 95 cd ${TLD}/ISO-IMAGES/${REVISION} && \ 105 cd ${TLD}/ISO-IMAGES/${REVISION} && \ 115 cd ${TLD}/ISO-IMAGES/${REVISION} && \ 127 cd ${TLD}/ISO-IMAGES/${REVISION} && \ [all …]
|
| /freebsd-12-stable/contrib/unbound/contrib/ |
| D | drop-tld.diff | 29 + /** Drop TLD queries from clients **/
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/ |
| D | ASTReader.cpp | 9236 for (TopLevelDeclsMap::iterator TLD = TopLevelDecls.begin(), in finishPendingActions() local 9237 TLDEnd = TopLevelDecls.end(); TLD != TLDEnd; ++TLD) { in finishPendingActions() 9238 IdentifierInfo *II = TLD->first; in finishPendingActions() 9239 for (unsigned I = 0, N = TLD->second.size(); I != N; ++I) { in finishPendingActions() 9240 pushExternalDeclIntoScope(cast<NamedDecl>(TLD->second[I]), II); in finishPendingActions()
|
| /freebsd-12-stable/contrib/sendmail/cf/ |
| D | README | 2585 Connect:TLD REJECT 2592 top level domain TLD, 192.168.212.* network, and the IPv6 address 2745 To:host.my.TLD ERROR:550 That host does not accept mail 2746 To:user@other.my.TLD ERROR:550 Mailbox disabled for this recipient 2749 domains (class {w}), any user at host.my.TLD, and the single address 2750 user@other.my.TLD from receiving mail. Please note: a local username
|
| /freebsd-12-stable/contrib/unbound/doc/ |
| D | Changelog | 9180 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
|