/external/cronet/stable/base/task/ |
D | single_thread_task_executor.cc | 46 void SingleThreadTaskExecutor::SetWorkBatchSize(int work_batch_size) { in SetWorkBatchSize() argument 47 sequence_manager_->SetWorkBatchSize(work_batch_size); in SetWorkBatchSize()
|
D | single_thread_task_executor.h | 52 void SetWorkBatchSize(int work_batch_size);
|
/external/cronet/tot/base/task/ |
D | single_thread_task_executor.cc | 46 void SingleThreadTaskExecutor::SetWorkBatchSize(int work_batch_size) { in SetWorkBatchSize() argument 47 sequence_manager_->SetWorkBatchSize(work_batch_size); in SetWorkBatchSize()
|
D | single_thread_task_executor.h | 52 void SetWorkBatchSize(int work_batch_size);
|
/external/libchrome/base/task/sequence_manager/ |
D | thread_controller_with_message_pump_impl.cc | 42 int work_batch_size) { in SetWorkBatchSize() argument 43 DCHECK_GE(work_batch_size, 1); in SetWorkBatchSize() 44 main_thread_only().batch_size = work_batch_size; in SetWorkBatchSize()
|
D | thread_controller.h | 33 virtual void SetWorkBatchSize(int work_batch_size = 1) = 0;
|
D | thread_controller_impl.cc | 263 void ThreadControllerImpl::SetWorkBatchSize(int work_batch_size) { in SetWorkBatchSize() argument 264 main_sequence_only().work_batch_size_ = work_batch_size; in SetWorkBatchSize()
|
D | sequence_manager.h | 96 virtual void SetWorkBatchSize(int work_batch_size) = 0;
|
D | thread_controller_with_message_pump_impl.h | 32 void SetWorkBatchSize(int work_batch_size) override;
|
D | thread_controller_impl.h | 37 void SetWorkBatchSize(int work_batch_size) override;
|
D | sequence_manager_impl.cc | 533 void SequenceManagerImpl::SetWorkBatchSize(int work_batch_size) { in SetWorkBatchSize() argument 535 DCHECK_GE(work_batch_size, 1); in SetWorkBatchSize() 536 controller_->SetWorkBatchSize(work_batch_size); in SetWorkBatchSize()
|
D | sequence_manager_impl.h | 102 void SetWorkBatchSize(int work_batch_size) override;
|
/external/cronet/tot/base/task/sequence_manager/ |
D | thread_controller_with_message_pump_impl.cc | 148 int work_batch_size) { in SetWorkBatchSize() argument 149 DCHECK_GE(work_batch_size, 1); in SetWorkBatchSize() 151 main_thread_only().work_batch_size = work_batch_size; in SetWorkBatchSize() 424 num_tasks_executed < main_thread_only().work_batch_size); in DoWorkImpl() 740 CHECK(main_thread_only().work_batch_size == 1); in AttachToMessagePump()
|
D | thread_controller_with_message_pump_impl.h | 61 void SetWorkBatchSize(int work_batch_size) override; 127 int work_batch_size = 1; member
|
D | thread_controller_impl.cc | 336 void ThreadControllerImpl::SetWorkBatchSize(int work_batch_size) { in SetWorkBatchSize() argument 337 main_sequence_only().work_batch_size_ = work_batch_size; in SetWorkBatchSize()
|
D | thread_controller_impl.h | 48 void SetWorkBatchSize(int work_batch_size) override;
|
D | sequence_manager.h | 271 virtual void SetWorkBatchSize(int work_batch_size) = 0;
|
D | thread_controller.h | 85 virtual void SetWorkBatchSize(int work_batch_size = 1) = 0;
|
/external/cronet/stable/base/task/sequence_manager/ |
D | thread_controller_with_message_pump_impl.cc | 148 int work_batch_size) { in SetWorkBatchSize() argument 149 DCHECK_GE(work_batch_size, 1); in SetWorkBatchSize() 151 main_thread_only().work_batch_size = work_batch_size; in SetWorkBatchSize() 424 num_tasks_executed < main_thread_only().work_batch_size); in DoWorkImpl() 740 CHECK(main_thread_only().work_batch_size == 1); in AttachToMessagePump()
|
D | thread_controller_with_message_pump_impl.h | 61 void SetWorkBatchSize(int work_batch_size) override; 127 int work_batch_size = 1; member
|
D | thread_controller_impl.cc | 336 void ThreadControllerImpl::SetWorkBatchSize(int work_batch_size) { in SetWorkBatchSize() argument 337 main_sequence_only().work_batch_size_ = work_batch_size; in SetWorkBatchSize()
|
D | thread_controller_impl.h | 48 void SetWorkBatchSize(int work_batch_size) override;
|
D | sequence_manager.h | 271 virtual void SetWorkBatchSize(int work_batch_size) = 0;
|
D | thread_controller.h | 85 virtual void SetWorkBatchSize(int work_batch_size = 1) = 0;
|
D | sequence_manager_impl.cc | 955 void SequenceManagerImpl::SetWorkBatchSize(int work_batch_size) { in SetWorkBatchSize() argument 957 DCHECK_GE(work_batch_size, 1); in SetWorkBatchSize() 958 controller_->SetWorkBatchSize(work_batch_size); in SetWorkBatchSize()
|