25 #ifndef COMMON_UTILS_EVENTFD_HPP
26 #define COMMON_UTILS_EVENTFD_HPP
61 #endif // COMMON_UTILS_EVENTFD_HPP
void receive()
Receives the signal.
Definition: eventfd.cpp:65
EventFD()
Definition: eventfd.cpp:39
Definition: eventfd.hpp:30
EventFD & operator=(const EventFD &)=delete
int getFD() const
Definition: eventfd.cpp:54
virtual ~EventFD()
Definition: eventfd.cpp:49
void send()
Send an event of a given value.
Definition: eventfd.cpp:59
int mFD
Definition: eventfd.hpp:56