Searched refs:join_called_for_testing_ (Results 1 – 2 of 2) sorted by relevance
91 DCHECK(!join_called_for_testing_.IsSet()); in WakeUp()97 DCHECK(!join_called_for_testing_.IsSet()); in JoinForTesting()98 join_called_for_testing_.Set(); in JoinForTesting()124 DCHECK(!join_called_for_testing_.IsSet()); in ~SchedulerWorker()157 return should_exit_.IsSet() || join_called_for_testing_.IsSet() || in ShouldExit()
254 AtomicFlag join_called_for_testing_; variable