/aosp_15_r20/external/cronet/base/task/thread_pool/ |
H A D | pooled_single_thread_task_runner_manager.h | 25 class WorkerThreadObserver; variable 70 WorkerThreadObserver* worker_thread_observer = nullptr); 140 raw_ptr<WorkerThreadObserver> worker_thread_observer_ = nullptr;
|
H A D | thread_group.h | 34 class WorkerThreadObserver; variable 92 WorkerThreadObserver* worker_thread_observer, 213 WorkerThreadObserver* worker_thread_observer, 415 raw_ptr<WorkerThreadObserver> worker_thread_observer = nullptr;
|
H A D | worker_thread.h | 25 class WorkerThreadObserver; variable 160 WorkerThreadObserver* worker_thread_observer = nullptr); 259 raw_ptr<WorkerThreadObserver> worker_thread_observer_ = nullptr;
|
H A D | worker_thread_observer.h | 12 class WorkerThreadObserver { 14 virtual ~WorkerThreadObserver() = default;
|
H A D | thread_group_semaphore.h | 18 class WorkerThreadObserver; variable 53 WorkerThreadObserver* worker_thread_observer,
|
H A D | thread_pool_instance.h | 34 class WorkerThreadObserver; variable 156 WorkerThreadObserver* worker_thread_observer = nullptr) = 0;
|
H A D | thread_group_impl.h | 26 class WorkerThreadObserver; variable 66 WorkerThreadObserver* worker_thread_observer,
|
H A D | test_utils.h | 34 class MockWorkerThreadObserver : public WorkerThreadObserver {
|
H A D | thread_pool_impl.h | 66 WorkerThreadObserver* worker_thread_observer) override;
|
H A D | thread_group_semaphore_unittest.cc | 108 WorkerThreadObserver* worker_observer = nullptr, in StartThreadGroup() 123 WorkerThreadObserver* worker_observer = nullptr, in CreateAndStartThreadGroup() 538 WorkerThreadObserver* worker_observer = nullptr, in CreateAndStartThreadGroup()
|
H A D | thread_pool_impl_unittest.cc | 296 std::unique_ptr<WorkerThreadObserver> worker_thread_observer) { in set_worker_thread_observer() 342 std::unique_ptr<WorkerThreadObserver> worker_thread_observer_; 1157 TEST_P(ThreadPoolImplTest, WorkerThreadObserver) { in TEST_P() argument
|
H A D | thread_group_impl_unittest.cc | 106 WorkerThreadObserver* worker_observer = nullptr, in StartThreadGroup() 121 WorkerThreadObserver* worker_observer = nullptr, in CreateAndStartThreadGroup() 534 WorkerThreadObserver* worker_observer = nullptr, in CreateAndStartThreadGroup()
|
H A D | worker_thread_waitable_event_unittest.cc | 445 std::unique_ptr<WorkerThreadObserver> observer_; 978 TYPED_TEST(ThreadPoolWorkerTest, WorkerThreadObserver) { in TYPED_TEST() argument
|
H A D | worker_thread.cc | 164 WorkerThreadObserver* worker_thread_observer) { in Start()
|
H A D | thread_group_semaphore.cc | 140 WorkerThreadObserver* worker_thread_observer, in Start()
|
H A D | thread_group_impl.cc | 135 WorkerThreadObserver* worker_thread_observer, in Start()
|
H A D | thread_pool_impl.cc | 122 WorkerThreadObserver* worker_thread_observer) { in Start()
|
H A D | thread_group.cc | 163 WorkerThreadObserver* worker_thread_observer, in StartImpl()
|
H A D | pooled_single_thread_task_runner_manager.cc | 604 WorkerThreadObserver* worker_thread_observer) { in Start()
|