Home
last modified time | relevance | path

Searched refs:io_task_runner (Results 1 – 8 of 8) sorted by relevance

/external/libmojo/mojo/edk/system/
Dchannel_win.cc77 scoped_refptr<base::TaskRunner> io_task_runner) in ChannelWin() argument
81 io_task_runner_(io_task_runner) { in ChannelWin()
353 scoped_refptr<base::TaskRunner> io_task_runner) { in Create() argument
354 return new ChannelWin(delegate, std::move(platform_handle), io_task_runner); in Create()
Dchannel_posix.cc92 scoped_refptr<base::TaskRunner> io_task_runner) in ChannelPosix() argument
96 io_task_runner_(io_task_runner) in ChannelPosix()
515 scoped_refptr<base::TaskRunner> io_task_runner) { in Create() argument
516 return new ChannelPosix(delegate, std::move(platform_handle), io_task_runner); in Create()
Dnode_channel.h91 scoped_refptr<base::TaskRunner> io_task_runner,
165 scoped_refptr<base::TaskRunner> io_task_runner,
Dnode_controller.h61 scoped_refptr<base::TaskRunner> io_task_runner() const { in io_task_runner() function
72 void SetIOTaskRunner(scoped_refptr<base::TaskRunner> io_task_runner);
Dcore.cc141 if (node_controller_ && node_controller_->io_task_runner()) { in ~Core()
145 scoped_refptr<base::TaskRunner> io_task_runner = in ~Core() local
146 node_controller_->io_task_runner(); in ~Core()
147 io_task_runner->PostTask(FROM_HERE, in ~Core()
153 void Core::SetIOTaskRunner(scoped_refptr<base::TaskRunner> io_task_runner) { in SetIOTaskRunner() argument
154 GetNodeController()->SetIOTaskRunner(io_task_runner); in SetIOTaskRunner()
Dnode_channel.cc157 scoped_refptr<base::TaskRunner> io_task_runner, in Create() argument
163 return new NodeChannel(delegate, std::move(platform_handle), io_task_runner, in Create()
439 scoped_refptr<base::TaskRunner> io_task_runner, in NodeChannel() argument
442 io_task_runner_(io_task_runner), in NodeChannel()
Dchannel.h207 scoped_refptr<base::TaskRunner> io_task_runner);
Dcore.h47 void SetIOTaskRunner(scoped_refptr<base::TaskRunner> io_task_runner);