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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profile_collector.cc87 static ThreadDataArray *TDArray = nullptr; member in namespace:__xray::profileCollectorService::__anon7777
130 DCHECK_NE(TDArray, nullptr);
132 if (TDArray->AppendEmplace(Q, std::move(B), std::move(A), std::move(T),
244 DCHECK_NE(TDArray, nullptr);
245 if (TDArray->empty())
265 for (const auto &ThreadTrie : *TDArray) {
318 if (TDArray != nullptr) {
320 for (auto &TD : *TDArray) {
330 TDArray = nullptr;
374 TDArray
[all...]

Completed in 81 milliseconds