Home
last modified time | relevance | path

Searched refs:ThreadDataArray (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/compiler-rt/lib/xray/
Dxray_profile_collector.cpp67 using ThreadDataArray = Array<ThreadData>; typedef
68 using ThreadDataAllocator = ThreadDataArray::AllocatorType;
81 static typename std::aligned_storage<sizeof(ThreadDataArray),
82 alignof(ThreadDataArray)>::type
86 static ThreadDataArray *TDArray = nullptr;
372 new (&ThreadDataArrayStorage) ThreadDataArray(*TDAllocator); in reset()
373 TDArray = reinterpret_cast<ThreadDataArray *>(&ThreadDataArrayStorage); in reset()