Searched refs:should_exit_ (Results 1 – 5 of 5) sorted by relevance
55 while (!should_exit_ && RunOnce(true)) {} in Run()56 should_exit_ = false; in Run()60 should_exit_ = true; in BreakLoop()
100 bool should_exit_ = false;
68 if (should_exit_.IsSet()) in Start()92 DCHECK(!should_exit_.IsSet()); in WakeUp()130 DCHECK(!should_exit_.IsSet()); in Cleanup()131 should_exit_.Set(); in Cleanup()157 return should_exit_.IsSet() || join_called_for_testing_.IsSet() || in ShouldExit()
232 AtomicFlag should_exit_; variable
2056 should_exit_ = should_exit; in SetShouldExit()2060 if (should_exit_.Run()) in Run()2076 RepeatingCallback<bool()> should_exit_; member in base::sequence_manager::internal::sequence_manager_impl_unittest::__anonc24b71a10811::QuadraticTask2091 should_exit_ = should_exit; in SetShouldExit()2095 if (should_exit_.Run()) in Run()2109 RepeatingCallback<bool()> should_exit_; member in base::sequence_manager::internal::sequence_manager_impl_unittest::__anonc24b71a10811::LinearTask