Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp58 static std::atomic_bool g_asyncThreadRunning; variable
245 if (pid == g_kernelStackPid && !g_asyncThreadRunning) { in DumpCatchProcess()
393 g_asyncThreadRunning = false; in CollectKernelStack()
397 g_asyncThreadRunning = false; in CollectKernelStack()
430 if (g_asyncThreadRunning) { in AsyncGetAllTidKernelStack()
434 g_asyncThreadRunning = true; in AsyncGetAllTidKernelStack()
445 [] {return !g_asyncThreadRunning;}); in AsyncGetAllTidKernelStack()