SNode.C
|
Go to the source code of this file.
Namespaces | |
namespace | core |
namespace | core::system |
Functions | |
int | core::system::epoll_create1 (int flags) |
int | core::system::epoll_wait (int epfd, epoll_event *events, int maxevents, int timeout) |
int | core::system::epoll_pwait (int epfd, struct epoll_event *events, int maxevents, int timeout, const sigset_t *sigMask) |
int | core::system::epoll_ctl (int epfd, int op, int fd, epoll_event *event) |