Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profile_collector.cc68 using ThreadDataArray = Array<ThreadData>; typedef
69 using ThreadDataAllocator = ThreadDataArray::AllocatorType;
82 static typename std::aligned_storage<sizeof(ThreadDataArray),
83 alignof(ThreadDataArray)>::type
87 static ThreadDataArray *TDArray = nullptr;
373 new (&ThreadDataArrayStorage) ThreadDataArray(*TDAllocator); in reset()
374 TDArray = reinterpret_cast<ThreadDataArray *>(&ThreadDataArrayStorage); in reset()