Home
last modified time | relevance | path

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

/base/hiviewdfx/hicollie/frameworks/native/
Dwatchdog_inner.h68 static const unsigned int MAX_WATCH_NUM = 128; // 128: max handler thread variable
Dwatchdog_inner.cpp198 if (checkerQueue_.size() >= MAX_WATCH_NUM) { in IsExceedMaxTaskLocked()