Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
H A Ddfx_dump_catcher.h99 static const int DUMPCATCHER_REMOTE_P90_TIMEOUT = 1000; member in OHOS::HiviewDFX::DfxDumpCatcher
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp456 int remainTime = DUMPCATCHER_REMOTE_P90_TIMEOUT; in DoDumpRemotePoll()
469 if (!collectAllTidStack && (remainTime == DUMPCATCHER_REMOTE_P90_TIMEOUT)) { in DoDumpRemotePoll()
480 if (!collectAllTidStack && (remainTime == DUMPCATCHER_REMOTE_P90_TIMEOUT)) { in DoDumpRemotePoll()
482 remainTime = timeout - DUMPCATCHER_REMOTE_P90_TIMEOUT; in DoDumpRemotePoll()

Completed in 3 milliseconds