|
xrootd
|
#include <XrdPoll.hh>


Classes | |
| struct | PipeData |
Public Member Functions | |
| virtual void | Disable (XrdLink *lp, const char *etxt=0)=0 |
| virtual int | Enable (XrdLink *lp)=0 |
| virtual void | Start (XrdSysSemaphore *syncp, int &rc)=0 |
| XrdPoll () | |
| virtual | ~XrdPoll () |
Static Public Member Functions | |
| static int | Attach (XrdLink *lp) |
| static void | Detach (XrdLink *lp) |
| static int | Finish (XrdLink *lp, const char *etxt=0) |
| static void | Init (XrdSysError *eP, XrdOucTrace *tP, XrdScheduler *sP) |
| static char * | Poll2Text (short events) |
| static int | Setup (int numfd) |
| static int | Stats (char *buff, int blen, int do_sync=0) |
Public Attributes | |
| int | PID |
| pthread_t | TID |
Static Public Attributes | |
| static XrdPoll * | Pollers [XRD_NUMPOLLERS] |
Protected Member Functions | |
| int | getRequest () |
| virtual void | Exclude (XrdLink *lp)=0 |
| virtual int | Include (XrdLink *lp)=0 |
Static Protected Member Functions | |
| static XrdPoll * | newPoller (int pollid, int numfd) |
Protected Attributes | |
| XrdSysMutex | PollPipe |
| struct pollfd | PipePoll |
| int | CmdFD |
| int | ReqFD |
| PipeData | ReqBuff |
| char * | PipeBuff |
| int | PipeBlen |
| int | numEnabled |
| int | numEvents |
| int | numInterrupts |
Static Protected Attributes | |
| static const char * | TraceID |
| static XrdOucTrace * | XrdTrace |
| static XrdSysError * | XrdLog |
| static XrdScheduler * | XrdSched |
Private Attributes | |
| int | numAttached |
Static Private Attributes | |
| static XrdSysMutex | doingAttach |
| XrdPoll::XrdPoll | ( | ) |
|
inlinevirtual |
|
static |
|
static |
|
pure virtual |
Implemented in XrdPollE, XrdPollPoll, and XrdPollDev.
|
pure virtual |
Implemented in XrdPollE, XrdPollPoll, and XrdPollDev.
|
protectedpure virtual |
Implemented in XrdPollE, XrdPollPoll, and XrdPollDev.
|
static |
|
protected |
|
protectedpure virtual |
Implemented in XrdPollE, XrdPollPoll, and XrdPollDev.
|
inlinestatic |
|
staticprotected |
|
static |
|
static |
|
pure virtual |
Implemented in XrdPollE, XrdPollPoll, and XrdPollDev.
|
static |
|
protected |
|
staticprivate |
|
private |
|
protected |
|
protected |
|
protected |
| int XrdPoll::PID |
|
protected |
|
protected |
|
protected |
|
static |
|
protected |
|
protected |
|
protected |
| pthread_t XrdPoll::TID |
|
staticprotected |
|
staticprotected |
Referenced by Init().
|
staticprotected |
Referenced by Init().
|
staticprotected |
Referenced by Init().
1.8.5