|
XRootD
|
#include <cerrno>#include <fcntl.h>#include <signal.h>#include <cstdio>#include <sys/resource.h>#include <sys/stat.h>#include <sys/types.h>#include <sys/wait.h>#include "Xrd/XrdJob.hh"#include "Xrd/XrdScheduler.hh"#include "XrdOuc/XrdOucTrace.hh"#include "XrdSys/XrdSysError.hh"#include "XrdSys/XrdSysLogger.hh"#include "Xrd/XrdTrace.hh"
Include dependency graph for XrdScheduler.cc:Go to the source code of this file.
Classes | |
| class | XrdSchedulerPID |
Macros | |
| #define | XRD_TRACE XrdTrace-> |
Functions | |
| void * | XrdStartReaper (void *carg) |
| void * | XrdStartTSched (void *carg) |
| void * | XrdStartWorking (void *carg) |
| #define XRD_TRACE XrdTrace-> |
Definition at line 48 of file XrdScheduler.cc.
| void * XrdStartReaper | ( | void * | carg | ) |
Definition at line 75 of file XrdScheduler.cc.
References XrdScheduler::Reaper().
Referenced by XrdScheduler::Fork().
Here is the call graph for this function:
Here is the caller graph for this function:| void * XrdStartTSched | ( | void * | carg | ) |
Definition at line 81 of file XrdScheduler.cc.
References XrdScheduler::TimeSched().
Referenced by XrdScheduler::Start().
Here is the call graph for this function:
Here is the caller graph for this function:| void * XrdStartWorking | ( | void * | carg | ) |
Definition at line 87 of file XrdScheduler.cc.
References XrdScheduler::Run().
Here is the call graph for this function: