Searched refs:TLD (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
| H A 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 …]
|
| H A 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 …]
|
| 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() 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 …]
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 296.crt | 16 EQQTMBGCD2xvY2FsaG9zdC5sb2NhbDANBgkqhkiG9w0BAQsFAAOCAQEAEOc9/TLD
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Socket/t/ |
| H A D | getaddrinfo.t | 82 # Now something I hope doesn't exist - we put it in a known-missing TLD
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9309 for (TopLevelDeclsMap::iterator TLD = TopLevelDecls.begin(), in finishPendingActions() local 9310 TLDEnd = TopLevelDecls.end(); TLD != TLDEnd; ++TLD) { in finishPendingActions() 9311 IdentifierInfo *II = TLD->first; in finishPendingActions() 9312 for (unsigned I = 0, N = TLD->second.size(); I != N; ++I) { in finishPendingActions() 9313 pushExternalDeclIntoScope(cast<NamedDecl>(TLD->second[I]), II); in finishPendingActions()
|
| /openbsd-src/usr.sbin/unbound/doc/ |
| H A D | Changelog | 9762 TLD perspective, when a zone is only reachable on one transport. 11032 We're going to have to ask a TLD server anyway; might as well be 11033 the TLD server for this name. And this resolves a lot of cases where
|
| /openbsd-src/usr.sbin/nsd/doc/ |
| H A D | ChangeLog | 3754 - skip glue nameserver domains (for TLD with 2 glue per
|