Home
last modified time | relevance | path

Searched refs:io_thread_task_runner (Results 1 – 8 of 8) 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()
253 scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner) in FileDescriptorWatcher() argument
255 io_thread_task_runner_(std::move(io_thread_task_runner)) {} in FileDescriptorWatcher()
H A Dfile_descriptor_watcher_posix.h99 scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner);
132 scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner() const { in io_thread_task_runner() function
H A Dfile_descriptor_watcher_posix_unittest.cc64 scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner; in SetUp() local
/aosp_15_r20/external/libchrome/mojo/core/embedder/
H A Dscoped_ipc_support.cc25 scoped_refptr<base::TaskRunner> io_thread_task_runner, in ScopedIPCSupport() argument
28 Core::Get()->SetIOTaskRunner(io_thread_task_runner); in ScopedIPCSupport()
H A Dscoped_ipc_support.h105 ScopedIPCSupport(scoped_refptr<base::TaskRunner> io_thread_task_runner, in COMPONENT_EXPORT()
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dworker_thread.cc163 scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner, in Start() argument
185 DCHECK(io_thread_task_runner); in Start()
186 io_thread_task_runner_ = std::move(io_thread_task_runner); in Start()
H A Dpooled_single_thread_task_runner_manager.cc603 scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner, in Start() argument
608 DCHECK(io_thread_task_runner); in Start()
609 io_thread_task_runner_ = std::move(io_thread_task_runner); in Start()
H A Dpooled_single_thread_task_runner_manager.h69 void Start(scoped_refptr<SingleThreadTaskRunner> io_thread_task_runner,