Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dmultiplex_router.cc691 auto& sync_message_queue = sync_message_tasks_[id]; in ProcessTasks() local
692 DCHECK_EQ(task.get(), sync_message_queue.front()); in ProcessTasks()
693 sync_message_queue.pop_front(); in ProcessTasks()
705 auto& sync_message_queue = sync_message_tasks_[id]; in ProcessTasks() local
706 sync_message_queue.push_front(task.get()); in ProcessTasks()