Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_remote.cpp92 int unwCnt = UnwindKeyThread(request, process, unwinder, vmPid) ? 1 : 0; in UnwindProcess() local
96 unwCnt += UnwindOtherThread(process, unwinder, vmPid); in UnwindProcess()
123 DFXLOGW("success unwind thread cnt is %{public}d", unwCnt); in UnwindProcess()
124 return unwCnt > 0; in UnwindProcess()
185 int unwCnt = 0; in UnwindOtherThread() local
225 unwCnt++; in UnwindOtherThread()
231 return unwCnt; in UnwindOtherThread()

Completed in 2 milliseconds