Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dtimer.cpp44 std::thread loop_thread([this] { this->MainLoop(); }); in Setup() local
45 thread_.swap(loop_thread); in Setup()