|
XRootD
|
#include <XrdPollE.hh>
Inheritance diagram for XrdPollE:
Collaboration diagram for XrdPollE:Public Member Functions | |
| XrdPollE (struct epoll_event *ptab, int numfd, int pfd, int wfd) | |
| ~XrdPollE () | |
| void | Disable (XrdPollInfo &pInfo, const char *etxt=0) |
| int | Enable (XrdPollInfo &pInfo) |
| void | Start (XrdSysSemaphore *syncp, int &rc) |
Public Member Functions inherited from XrdPoll | |
| XrdPoll () | |
| virtual | ~XrdPoll () |
Protected Member Functions | |
| void | Exclude (XrdPollInfo &pInfo) |
| int | Include (XrdPollInfo &pInfo) |
| const char * | x2Text (unsigned int evf, char *buff) |
Protected Member Functions inherited from XrdPoll | |
| int | getRequest () |
Additional Inherited Members | |
Static Public Member Functions inherited from XrdPoll | |
| static int | Attach (XrdPollInfo &pInfo) |
| static void | Detach (XrdPollInfo &pInfo) |
| static int | Finish (XrdPollInfo &pInfo, const char *etxt=0) |
| static char * | Poll2Text (short events) |
| static int | Setup (int numfd) |
| static int | Stats (char *buff, int blen, int do_sync=0) |
Public Attributes inherited from XrdPoll | |
| int | PID |
| pthread_t | TID |
Static Public Attributes inherited from XrdPoll | |
| static XrdPoll * | Pollers [XRD_NUMPOLLERS] = {0, 0, 0} |
Static Protected Member Functions inherited from XrdPoll | |
| static XrdPoll * | newPoller (int pollid, int numfd) |
Protected Attributes inherited from XrdPoll | |
| int | CmdFD |
| int | numEnabled |
| int | numEvents |
| int | numInterrupts |
| int | PipeBlen |
| char * | PipeBuff |
| struct pollfd | PipePoll |
| XrdSysMutex | PollPipe |
| PipeData | ReqBuff |
| int | ReqFD |
Static Protected Attributes inherited from XrdPoll | |
| static const char * | TraceID = "Poll" |
Definition at line 40 of file XrdPollE.hh.
|
inline |
Definition at line 50 of file XrdPollE.hh.
| XrdPollE::~XrdPollE | ( | ) |
Definition at line 88 of file XrdPollE.icc.
References close.
|
virtual |
Implements XrdPoll.
Definition at line 119 of file XrdPollE.icc.
References XrdSysError::Emsg(), XrdPollInfo::FD, XrdPoll::Finish(), XrdPollInfo::isEnabled, XrdPollInfo::Link, XrdPoll::PID, XrdScheduler::Schedule(), and TRACEI.
Referenced by Exclude().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Implements XrdPoll.
Definition at line 155 of file XrdPollE.icc.
References XrdSysError::Emsg(), XrdPollInfo::FD, XrdLink::ID, XrdPollInfo::isEnabled, XrdPollInfo::Link, XrdPoll::numEnabled, XrdPoll::PID, and TRACE.
Here is the call graph for this function:
|
protectedvirtual |
Implements XrdPoll.
Definition at line 184 of file XrdPollE.icc.
References Disable(), XrdSysError::Emsg(), XrdLink::ID, XrdPollInfo::isEnabled, and XrdPollInfo::Link.
Here is the call graph for this function:
|
protectedvirtual |
Implements XrdPoll.
Definition at line 241 of file XrdPollE.icc.
References XrdSysError::Emsg(), XrdPollInfo::FD, XrdLink::ID, and XrdPollInfo::Link.
Here is the call graph for this function:
|
virtual |
Implements XrdPoll.
Definition at line 290 of file XrdPollE.icc.
References XrdSysError::Emsg(), XrdPollInfo::FD, XrdPoll::Finish(), XrdLink::ID, XrdPollInfo::isEnabled, XrdPollInfo::Link, XrdJob::NextJob, XrdPoll::numEvents, XrdSysSemaphore::Post(), XrdScheduler::Schedule(), and x2Text().
Here is the call graph for this function:
|
protected |
Definition at line 380 of file XrdPollE.icc.
References EPOLLRDHUP.
Referenced by Start().
Here is the caller graph for this function: