Searched refs:sync_message_queue (Results 1 – 1 of 1) sorted by relevance
691 auto& sync_message_queue = sync_message_tasks_[id]; in ProcessTasks() local692 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() local706 sync_message_queue.push_front(task.get()); in ProcessTasks()