Searched refs:flagCheckFunc (Results 1 – 3 of 3) sorted by relevance
59 auto flagCheckFunc = [this]() { in CheckKeywordInReasons() local64 if (keyWordCheckCondition.wait_for(lock, std::chrono::seconds(6), flagCheckFunc)) { in CheckKeywordInReasons()
67 auto flagCheckFunc = [&]() { in CheckKeyWords() local72 if (keyWordCheckCondition.wait_for(lock, std::chrono::seconds(8), flagCheckFunc)) { in CheckKeyWords()
70 auto flagCheckFunc = [&]() { in CheckKeywordInReasons() local75 if (keyWordCheckCondition.wait_for(lock, std::chrono::seconds(6), flagCheckFunc)) { in CheckKeywordInReasons()