Home
last modified time | relevance | path

Searched refs:io_thread_task_runner_ (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/base/files/
H A Dfile_descriptor_watcher_posix.cc173 io_thread_task_runner_(fd_watcher->io_thread_task_runner()) { in Controller()
175 DCHECK(io_thread_task_runner_); in Controller()
184 if (io_thread_task_runner_->BelongsToCurrentThread()) { in ~Controller()
212 io_thread_task_runner_->PostTask(FROM_HERE, std::move(delete_task)); in ~Controller()
223 if (io_thread_task_runner_->BelongsToCurrentThread()) { in StartWatching()
231 io_thread_task_runner_->PostTask( in StartWatching()
255 io_thread_task_runner_(std::move(io_thread_task_runner)) {} in FileDescriptorWatcher()
H A Dfile_descriptor_watcher_posix.h70 const scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner_; variable
133 return io_thread_task_runner_; in io_thread_task_runner()
137 const scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner_; variable
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dworker_thread.cc186 io_thread_task_runner_ = std::move(io_thread_task_runner); in Start()
274 DCHECK(io_thread_task_runner_); in ThreadMain()
275 FileDescriptorWatcher file_descriptor_watcher(io_thread_task_runner_); in ThreadMain()
H A Dworker_thread.h159 bool Start(scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner_,
278 scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner_; variable
H A Dpooled_single_thread_task_runner_manager.cc609 io_thread_task_runner_ = std::move(io_thread_task_runner); in Start()
628 worker->Start(io_thread_task_runner_, worker_thread_observer_); in Start()
715 worker->Start(io_thread_task_runner_, worker_thread_observer_); in CreateTaskRunnerImpl()
H A Dpooled_single_thread_task_runner_manager.h136 scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner_; variable