Searched defs:reactor (Results 1 – 3 of 3) sorted by relevance
45 bool IOEventHandler::Start(IOEventReactor* reactor) in Start()58 bool IOEventHandler::Stop(IOEventReactor* reactor) in Stop()71 bool IOEventHandler::Update(IOEventReactor* reactor) in Update()
145 std::shared_ptr<IOEventReactor> reactor = std::make_shared<IOEventReactor>(); variable183 std::shared_ptr<IOEventReactor> reactor = std::make_shared<IOEventReactor>(); variable240 std::unique_ptr<IOEventReactor> reactor = std::make_unique<IOEventReactor>(); variable313 std::unique_ptr<IOEventReactor>& reactor, std::thread& loopThread) in InitAndRun()340 std::unique_ptr<IOEventReactor> reactor = std::make_unique<IOEventReactor>(); variable374 std::unique_ptr<IOEventReactor> reactor = std::make_unique<IOEventReactor>(); variable413 std::unique_ptr<IOEventReactor> reactor = std::make_unique<IOEventReactor>(); variable447 std::unique_ptr<IOEventReactor> reactor = std::make_unique<IOEventReactor>(); variable484 std::unique_ptr<IOEventReactor> reactor = std::make_unique<IOEventReactor>(); variable521 std::unique_ptr<IOEventReactor> reactor = std::make_unique<IOEventReactor>(); variable[all …]
181 std::shared_ptr<IOEventReactor> reactor = std::make_shared<IOEventReactor>(); in BENCHMARK_F() local208 static void AddHandler(std::shared_ptr<IOEventReactor>& reactor, std::shared_ptr<IOEventHandler>& h… in AddHandler()222 static void RemoveHandler(std::shared_ptr<IOEventReactor>& reactor, std::shared_ptr<IOEventHandler>… in RemoveHandler()236 static void UpdateHandler(std::shared_ptr<IOEventReactor>& reactor, std::shared_ptr<IOEventHandler>… in UpdateHandler()271 std::shared_ptr<IOEventReactor> reactor = std::make_shared<IOEventReactor>(); in BENCHMARK_F() local333 std::unique_ptr<IOEventReactor> reactor = std::make_unique<IOEventReactor>(); in BENCHMARK_F() local431 std::unique_ptr<IOEventReactor> reactor = std::make_unique<IOEventReactor>(); in BENCHMARK_F() local469 std::unique_ptr<IOEventReactor> reactor = std::make_unique<IOEventReactor>(); in EventLoop() local499 std::unique_ptr<IOEventReactor> reactor = EventLoop(handler, state, loopThread); in BENCHMARK_F() local532 std::unique_ptr<IOEventReactor> reactor = EventLoop(handler, state, loopThread); in BENCHMARK_F() local[all …]