Searched refs:more_work_is_plausible (Results 1 – 2 of 2) sorted by relevance
107 bool more_work_is_plausible = true; in RunNested() local110 if (!more_work_is_plausible) { in RunNested()116 more_work_is_plausible = g_state->delegate->DoWork(); in RunNested()121 more_work_is_plausible |= in RunNested()126 if (more_work_is_plausible) in RunNested()129 more_work_is_plausible = g_state->delegate->DoIdleWork(); in RunNested()133 more_work_is_plausible |= !delayed_work_time.is_null(); in RunNested()
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()