Searched defs:eventPool (Results 1 – 2 of 2) sorted by relevance
55 …std::shared_ptr<EventThreadPool> eventPool = std::make_shared<EventThreadPool>(5, "EventThreadPool… variable75 std::shared_ptr<EventThreadPool> eventPool = nullptr; variable128 …std::shared_ptr<EventThreadPool> eventPool = std::make_shared<EventThreadPool>(5, "EventThreadPool… variable143 std::shared_ptr<EventThreadPool> eventPool = nullptr; variable158 …std::shared_ptr<EventThreadPool> eventPool = std::make_shared<EventThreadPool>(5, "EventThreadPool… variable176 std::shared_ptr<EventThreadPool> eventPool = nullptr; variable
92 void ActiveKeyEvent::Init(std::shared_ptr<EventThreadPool> eventPool, std::shared_ptr<LogStoreEx> l… in Init()