Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/include/
Devent_loop.h105 void StartLoop(bool createNewThread = true);
/base/hiviewdfx/hiview/base/
Devent_loop.cpp120 void EventLoop::StartLoop(bool createNewThread) in StartLoop() argument
131 if (createNewThread) { in StartLoop()