Searched refs:TDArray (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp86 static ThreadDataArray *TDArray = nullptr; member in namespace:__xray::profileCollectorService::__anon3700
129 DCHECK_NE(TDArray, nullptr);
131 if (TDArray->AppendEmplace(Q, std::move(B), std::move(A), std::move(T),
243 DCHECK_NE(TDArray, nullptr);
244 if (TDArray->empty())
264 for (const auto &ThreadTrie : *TDArray) {
317 if (TDArray != nullptr) {
319 for (auto &TD : *TDArray) {
329 TDArray = nullptr;
373 TDArray
[all...]

Completed in 95 milliseconds