MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / EventFd

Method EventFd

src/Connection.cpp:928–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926}
927
928Connection::EventFd::EventFd()
929 : fd(eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK))
930{
931 SDBUS_THROW_ERROR_IF(fd < 0, "Failed to create event object", -errno);
932}
933
934Connection::EventFd::~EventFd()
935{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected