Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/executor/
H A DThrExecutor.cpp28 containers.insert(std::pair<int, ThrTaskContainer*>(MAIN_THR, contMain)); in ThrExecutor()
77 ThrTaskContainer* con = containers[MAIN_THR]; in ExecuteTimeoutInMainThr()
115 ThrTaskContainer* con = containers[MAIN_THR]; in ExecuteHandleEvtInMainThr()
154 ThrTaskContainer* con = containers[MAIN_THR]; in ExecuteMonitorInMainThr()
H A DThrExecutor.h39 MAIN_THR = 0, enumerator