Searched refs:ThreadLocalData (Results 1 – 7 of 7) sorted by relevance
46 struct ThreadLocalData { struct65 ThreadLocalData* GetThreadLocalData() { in GetThreadLocalData()70 base::allocator::dispatcher::ThreadLocalStorage<ThreadLocalData>> in GetThreadLocalData()94 thread_local ThreadLocalData thread_local_data; in GetThreadLocalData()102 ThreadLocalData* const thread_local_data = GetThreadLocalData(); in ScopedMuteThreadSamples()123 ThreadLocalData* const thread_local_data = GetThreadLocalData(); in ~ScopedMuteThreadSamples()132 ThreadLocalData* const thread_local_data = GetThreadLocalData(); in IsMuted()143 ThreadLocalData* const thread_local_data = GetThreadLocalData(); in ScopedSuppressRandomnessForTesting()164 ThreadLocalData* const thread_local_data = GetThreadLocalData(); in ScopedMuteHookedSamplesForTesting()172 ThreadLocalData* const thread_local_data = GetThreadLocalData(); in ~ScopedMuteHookedSamplesForTesting()[all …]
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
166 struct ThreadLocalData { struct171 SE_STATIC_THREAD_LOCAL_POD(ThreadLocalData, tls_data);
126 struct ThreadLocalData { struct132 SE_STATIC_THREAD_LOCAL_POD(ThreadLocalData, tls_data);
26987 <!-- struct tcmalloc::ThreadCache::ThreadLocalData -->26988 …<class-decl name='ThreadLocalData' size-in-bits='128' is-struct='yes' visibility='default' filepat…26990 <!-- tcmalloc::ThreadCache* tcmalloc::ThreadCache::ThreadLocalData::heap -->26994 <!-- size_t tcmalloc::ThreadCache::ThreadLocalData::min_size_for_slow_path -->27008 … <!-- static tcmalloc::ThreadCache::ThreadLocalData tcmalloc::ThreadCache::threadlocal_data_ -->
16892 …<class-decl name='ThreadLocalData' size-in-bits='128' is-struct='yes' visibility='default' filepat…