Searched refs:ThreadLocalData (Results 1 – 8 of 8) sorted by relevance
28 typedef vector<void *> ThreadLocalData; typedef30 static __declspec(thread) ThreadLocalData *currentThreadData = nullptr;31 static set<ThreadLocalData *> allThreadData;112 ThreadLocalData *threadData = currentThreadData; in SetTLSValue()115 threadData = new ThreadLocalData(index + 1, nullptr); in SetTLSValue()144 ThreadLocalData *threadData = currentThreadData; in GetTLSValue()
40 readonly ThreadLocal<ThreadLocalData> threadLocalData;62 …this.threadLocalData = new ThreadLocal<ThreadLocalData>(() => new ThreadLocalData(threadLocalCapac… in DefaultObjectPool()193 class ThreadLocalData class in Grpc.Core.Internal.DefaultObjectPool195 public ThreadLocalData(int capacity) in ThreadLocalData() method in Grpc.Core.Internal.DefaultObjectPool.ThreadLocalData
53 struct XRAY_TLS_ALIGNAS(64) ThreadLocalData { struct73 static_assert(std::is_trivially_destructible<ThreadLocalData>::value,127 static_assert(alignof(ThreadLocalData) >= 64,130 static ThreadLocalData &getThreadLocalData() { in getThreadLocalData()132 sizeof(ThreadLocalData), alignof(ThreadLocalData)>::type TLDStorage{}; in getThreadLocalData()135 new (reinterpret_cast<ThreadLocalData *>(&TLDStorage)) ThreadLocalData{}; in getThreadLocalData()139 return *reinterpret_cast<ThreadLocalData *>(&TLDStorage); in getThreadLocalData()446 static bool setupTLD(ThreadLocalData &TLD) XRAY_NEVER_INSTRUMENT { in setupTLD()691 auto &TLD = *reinterpret_cast<ThreadLocalData *>(TLDPtr); in fdrLoggingInit()
57 struct XRAY_TLS_ALIGNAS(64) ThreadLocalData { struct124 static ThreadLocalData &getThreadLocalData() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()125 thread_local ThreadLocalData TLD; in getThreadLocalData()340 ThreadLocalData &TLD = *reinterpret_cast<ThreadLocalData *>(P); in TLDDestructor()
166 struct ThreadLocalData { struct171 SE_STATIC_THREAD_LOCAL_POD(ThreadLocalData, tls_data);
189 struct ThreadLocalData { struct195 SE_STATIC_THREAD_LOCAL_POD(ThreadLocalData, tls_data);
23325 <!-- struct tcmalloc::ThreadCache::ThreadLocalData -->23326 …<class-decl name='ThreadLocalData' size-in-bits='128' is-struct='yes' visibility='default' filepat…23328 <!-- tcmalloc::ThreadCache* tcmalloc::ThreadCache::ThreadLocalData::heap -->23332 <!-- size_t tcmalloc::ThreadCache::ThreadLocalData::min_size_for_slow_path -->23353 … <!-- static tcmalloc::ThreadCache::ThreadLocalData tcmalloc::ThreadCache::threadlocal_data_ -->
14431 …<class-decl name='ThreadLocalData' size-in-bits='128' is-struct='yes' visibility='default' filepat…