Searched refs:more_work_is_plausible (Results 1 – 1 of 1) sorted by relevance
296 bool more_work_is_plausible = true; in Run() local303 bool block = !more_work_is_plausible; in Run()305 more_work_is_plausible = g_main_context_iteration(context_, block); in Run()309 more_work_is_plausible |= state_->delegate->DoWork(); in Run()313 more_work_is_plausible |= in Run()318 if (more_work_is_plausible) in Run()321 more_work_is_plausible = state_->delegate->DoIdleWork(); in Run()