Searched refs:I18N_LOAD_SA_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
23 static constexpr int32_t I18N_LOAD_SA_TIMEOUT_MS = 1000; variable78 …ss = loadStateCondition.wait_for(lock, std::chrono::milliseconds(I18N_LOAD_SA_TIMEOUT_MS), [this] { in WaitLoadStateChange()