Home
last modified time | relevance | path

Searched defs:ioSource (Results 1 – 3 of 3) sorted by relevance

/openbmc/sdeventplus/example/
H A Ddelayed_echo.cpp58 IO ioSource(event, STDIN_FILENO, EPOLLIN, std::move(ioCb)); in main() local
/openbmc/kcsbridge/src/
H A Dmain.cpp56 IO ioSource( in execute() local
/openbmc/phosphor-host-postd/
H A Dmain.cpp73 bool rateLimit(PostReporter& reporter, sdeventplus::source::IO& ioSource) in rateLimit()