LogCabin
|
#include <cassert>
#include <cstring>
#include <sys/epoll.h>
#include <sys/timerfd.h>
#include <unistd.h>
#include "Core/Debug.h"
#include "Core/ThreadId.h"
#include "Event/File.h"
#include "Event/Loop.h"
#include "Event/Timer.h"
Go to the source code of this file.
Namespaces | |
namespace | LogCabin |
namespace | LogCabin::Event |
namespace | LogCabin::Event::anonymous_namespace{Loop.cc} |
Functions | |
int | LogCabin::Event::anonymous_namespace{Loop.cc}::createEpollFd () |
Helper for Loop constructor. |