Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
Dutils_event_test.cpp85 std::shared_ptr<IOEventHandler> handler = std::make_shared<IOEventHandler>(-1); variable
128 std::shared_ptr<IOEventHandler> handler = std::make_shared<IOEventHandler>(-1); variable
323 std::shared_ptr<TimerFdHandler> handler = std::make_shared<TimerFdHandler>(fd, &TimerCallback1); variable
361 std::shared_ptr<TimerFdHandler> handler = std::make_shared<TimerFdHandler>(fd, &TimerCallback1); variable
404 std::shared_ptr<TimerFdHandler> handler = std::make_shared<TimerFdHandler>(fd, &TimerCallback1); variable
442 std::shared_ptr<TimerFdHandler> handler = std::make_shared<TimerFdHandler>(fd, &TimerCallback1); variable
483 std::shared_ptr<TimerFdHandler> handler = std::make_shared<TimerFdHandler>(fd, &TimerCallback1); variable
524 std::shared_ptr<TimerFdHandler> handler = std::make_shared<TimerFdHandler>(fd, &TimerCallback1); variable
688 …std::shared_ptr<TimerEventHandler> handler = std::make_shared<TimerEventHandler>(timerFd, interval… in ScheduleTimer() local
771 void Timer::OnTimer(TimerEventHandler* handler, const TimerCallback& callback) in OnTimer()
/commonlibrary/c_utils/base/src/
Devent_reactor.cpp38 void EventReactor::UpdateEventHandler(EventHandler* handler) in UpdateEventHandler()
98 …std::shared_ptr<TimerEventHandler> handler = std::make_shared<TimerEventHandler>(this, interval, o… in ScheduleTimer() local
Devent_demultiplexer.cpp64 uint32_t EventDemultiplexer::UpdateEventHandler(EventHandler* handler) in UpdateEventHandler()
88 uint32_t EventDemultiplexer::Update(int operation, EventHandler* handler) in Update()
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/
Dylong_tokio_mem.rs41 let handler = ylong_runtime::spawn(async move {}); in ylong_memory() localVariable