Searched refs:sync_message_queue (Results 1 – 1 of 1) sorted by relevance
602 auto& sync_message_queue = sync_message_tasks_[id]; in ProcessTasks() local603 DCHECK_EQ(task.get(), sync_message_queue.front()); in ProcessTasks()604 sync_message_queue.pop_front(); in ProcessTasks()616 auto& sync_message_queue = sync_message_tasks_[id]; in ProcessTasks() local617 sync_message_queue.push_front(task.get()); in ProcessTasks()