HomeSort by relevance Sort by last modified time
    Searched defs:io_task_runner_ (Results 1 - 4 of 4) sorted by null

  /external/libmojo/mojo/edk/system/
node_channel.h 192 const scoped_refptr<base::TaskRunner> io_task_runner_; member in class:mojo::edk::NodeChannel
198 // Must only be accessed from |io_task_runner_|'s thread.
channel_posix.cc 96 io_task_runner_(io_task_runner)
106 if (io_task_runner_->RunsTasksOnCurrentThread()) {
109 io_task_runner_->PostTask(
116 io_task_runner_->PostTask(
136 io_task_runner_->PostTask(FROM_HERE,
142 DCHECK(io_task_runner_->RunsTasksOnCurrentThread());
242 if (io_task_runner_->RunsTasksOnCurrentThread()) {
248 io_task_runner_->PostTask(
271 DCHECK(io_task_runner_->RunsTasksOnCurrentThread());
536 scoped_refptr<base::TaskRunner> io_task_runner_; member in class:mojo::edk::__anon25145::ChannelPosix
    [all...]
channel_win.cc 82 io_task_runner_(io_task_runner) {
89 io_task_runner_->PostTask(
95 io_task_runner_->PostTask(
115 io_task_runner_->PostTask(FROM_HERE,
121 DCHECK(io_task_runner_->RunsTasksOnCurrentThread());
210 DCHECK(io_task_runner_->RunsTasksOnCurrentThread());
327 scoped_refptr<base::TaskRunner> io_task_runner_; member in class:mojo::edk::__anon25146::ChannelWin
node_controller.h 62 return io_task_runner_;
271 scoped_refptr<base::TaskRunner> io_task_runner_; member in class:mojo::edk::NodeController

Completed in 72 milliseconds