Searched refs:PlatformWatchTower (Results 1 – 6 of 6) sorted by relevance
63 using PlatformWatchTower = WatchTower<WinWatchTowerDriver>;65 typedef WatchTower<WinWatchTowerDriver> PlatformWatchTower;68 using PlatformWatchTower = WatchTower<KQueueWatchTowerDriver>;71 using PlatformWatchTower = WatchTower<INotifyWatchTowerDriver>;73 typedef WatchTower<INotifyWatchTowerDriver> PlatformWatchTower;81 static std::shared_ptr<PlatformWatchTower> watch_tower_;
24 std::shared_ptr<PlatformFileWatcher::PlatformWatchTower> PlatformFileWatcher::watch_tower_;31 watch_tower_ = std::make_shared<PlatformWatchTower>(); in PlatformFileWatcher()
20 using PlatformWatchTower = WatchTower<WinWatchTowerDriver>; typedef23 using PlatformWatchTower = WatchTower<KQueueWatchTowerDriver>; typedef26 using PlatformWatchTower = WatchTower<INotifyWatchTowerDriver>; typedef34 shared_ptr<PlatformWatchTower> watch_tower = make_shared<PlatformWatchTower>();322 auto mortal_watch_tower = new PlatformWatchTower(); in TEST()