Lines Matching defs:Queue
140 EventQueue Queue;
146 // Consumes inotify events and pushes directory watcher events to the Queue.
154 // bypassing the Queue. Both InitialScan and EventReceivingLoop use Receiver
158 // Processing events from the Queue.
163 // Push event of WatcherGotInvalidated kind to the Queue to stop the loop.
170 Queue.push_back(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated,
258 Queue.push_back(DirectoryWatcher::Event::EventKind::Modified,
261 Queue.push_back(DirectoryWatcher::Event::EventKind::Removed,
264 Queue.push_back(DirectoryWatcher::Event::EventKind::WatchedDirRemoved,
287 DirectoryWatcher::Event Event = this->Queue.pop_front_blocking();