#include "ace/Reactor_Impl.h"
#include "ace/Pipe.h"
#include "ace/Lock_Adapter_T.h"
#include "ace/Dev_Poll_Reactor.inl"
Include dependency graph for Dev_Poll_Reactor.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Dev_Poll_Event_Tuple |
Class that associates specific event mask with a given event handler. More... | |
class | ACE_Dev_Poll_Handler_Guard |
Class used to make event handler reference count manipulation exception-safe. More... | |
class | ACE_Dev_Poll_Reactor |
A `/dev/poll' or `/dev/epoll' based Reactor implemenatation. More... | |
class | ACE_Dev_Poll_Reactor_Handler_Repository |
Used to map ACE_HANDLEs onto the appropriate ACE_Event_Handler *. More... | |
class | ACE_Dev_Poll_Reactor_Notify |
Event handler used for unblocking the ACE_Dev_Poll_Reactor from its event loop. More... |
EXPERIMENTAL /dev/poll (or Linux /dev/epoll) based Reactor implementation.