Searched refs:RETRY_COUNT (Results 1 – 3 of 3) sorted by relevance
24 static const int32_t RETRY_COUNT = 30; variable84 for (int i = 0; i < RETRY_COUNT; i++) { in InitData()
30 static const int32_t RETRY_COUNT = 12; variable77 …for (uint32_t i = 0; i <= RETRY_COUNT; i++) { // if we can not do ForgetAllData right,then nothing… in ForgetAllData()
85 constexpr int RETRY_COUNT = 10; variable461 int rcount = RETRY_COUNT; in RunSanitizerd()