Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/parser/bytrace_parser/
Dbytrace_parser.cpp215 parserThreadCount_++; in ParseTraceDataItem()
237 parserThreadCount_--; in GetNextSegment()
238 TS_LOGI("exiting parser, parserThread Count:%d\n", parserThreadCount_); in GetNextSegment()
239 if (!parserThreadCount_ && !filterThreadStarted_) { in GetNextSegment()
366 if (toExit_ && !parserThreadCount_) { in FilterData()
Dbytrace_parser.h144 int32_t parserThreadCount_ = 0; variable
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_parser.cpp205 parserThreadCount_++; in ParseTraceDataItem()
282 if (toExit_ && !parserThreadCount_) { in FilterThread()
586 parserThreadCount_--; in GetNextSegment()
587 TS_LOGI("exiting parser, parserThread Count:%d\n", parserThreadCount_); in GetNextSegment()
590 if (!parserThreadCount_ && !filterThreadStarted_) { in GetNextSegment()
Dhtrace_parser.h191 int32_t parserThreadCount_ = 0; variable