Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/executor/
H A DThrExecutor.cpp26 ThrTaskContainer* contMain = new ThrTaskContainer(); in ThrExecutor() local
27 contMain->StartLoop(MAIN_THREAD_NAME.c_str()); in ThrExecutor()
28 containers.insert(std::pair<int, ThrTaskContainer*>(MAIN_THR, contMain)); in ThrExecutor()