Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_task.cpp116 std::thread exitFunc([]() { in DoCallback() local
120 if (exitFunc.joinable()) { in DoCallback()
121 exitFunc.detach(); in DoCallback()