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

/haiku/src/bin/debug/time_stats/
H A Dtiming_analysis.cpp114 int32 goneThreadCount = 0; local
142 memcpy(&goneThreads[goneThreadCount], &initialUsage[initialI],
144 goneThreadCount++;
196 for (int32 i = 0; i < goneThreadCount; i++) {

Completed in 29 milliseconds