Home
last modified time | relevance | path

Searched refs:join_called_for_testing (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dworker_thread_semaphore.cc25 AtomicFlag* join_called_for_testing) in Delegate() argument
27 join_called_for_testing_(join_called_for_testing) {} in Delegate()
53 bool WorkerThreadSemaphore::join_called_for_testing() const { in join_called_for_testing() function in base::internal::WorkerThreadSemaphore
H A Dworker_thread_semaphore.h23 AtomicFlag* join_called_for_testing);
61 bool join_called_for_testing() const override;
H A Dthread_group_semaphore.cc74 AtomicFlag* join_called_for_testing);
182 AtomicFlag* join_called_for_testing) in SemaphoreWorkerDelegate() argument
186 join_called_for_testing) {} in SemaphoreWorkerDelegate()
H A Dworker_thread.cc189 if (should_exit_.IsSet() || join_called_for_testing()) { in Start()
252 return should_exit_.IsSet() || join_called_for_testing() || in ShouldExit()
H A Dworker_thread_waitable_event.h67 bool join_called_for_testing() const override;
H A Dworker_thread_waitable_event.cc76 bool WorkerThreadWaitableEvent::join_called_for_testing() const { in join_called_for_testing() function in base::internal::WorkerThreadWaitableEvent
H A Dworker_thread.h270 virtual bool join_called_for_testing() const = 0;