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

  /external/libmojo/mojo/edk/system/
node_controller.h 61 scoped_refptr<base::TaskRunner> io_task_runner() const { function in class:mojo::edk::NodeController
72 void SetIOTaskRunner(scoped_refptr<base::TaskRunner> io_task_runner);
345 // thread on which core_->io_task_runner() runs tasks.
core.cc 141 if (node_controller_ && node_controller_->io_task_runner()) {
145 scoped_refptr<base::TaskRunner> io_task_runner = local
146 node_controller_->io_task_runner();
147 io_task_runner->PostTask(FROM_HERE,
153 void Core::SetIOTaskRunner(scoped_refptr<base::TaskRunner> io_task_runner) {
154 GetNodeController()->SetIOTaskRunner(io_task_runner);
    [all...]

Completed in 85 milliseconds