Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/executor/
H A DThrTaskContainer.cpp26 std::thread startLoopThread(&ThrTaskContainer::Entry, this, threadName); in StartLoop() local
27 startLoopThread.detach(); in StartLoop()