Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp58 static std::atomic_bool g_asyncThreadRunning; member
220 if (pid == g_kernelStackPid && !g_asyncThreadRunning) { in DumpCatchProcess()
370 g_asyncThreadRunning = false; in CollectKernelStack()
374 g_asyncThreadRunning = false; in CollectKernelStack()
412 if (g_asyncThreadRunning) { in AsyncGetAllTidKernelStack()
416 g_asyncThreadRunning = true; in AsyncGetAllTidKernelStack()
427 [] {return !g_asyncThreadRunning;}); in AsyncGetAllTidKernelStack()

Completed in 1 milliseconds