|
XRootD
|
#include <XrdClForkHandler.hh>
Collaboration diagram for XrdCl::ForkHandler:Public Member Functions | |
| ForkHandler () | |
| void | Child () |
| Handler the child post-fork. | |
| void | Parent () |
| Handle the parent post-fork. | |
| void | Prepare () |
| Handle the preparation part of the forking process. | |
| void | RegisterFileObject (FileStateHandler *file) |
| Register a file object. | |
| void | RegisterFileSystemObject (FileSystem *fs) |
| void | RegisterFileTimer (FileTimer *fileTimer) |
| void | RegisterPostMaster (PostMaster *postMaster) |
| Register a post master object. | |
| void | UnRegisterFileObject (FileStateHandler *file) |
| void | UnRegisterFileSystemObject (FileSystem *fs) |
| Un-register a file system object. | |
Definition at line 35 of file XrdClForkHandler.hh.
| XrdCl::ForkHandler::ForkHandler | ( | ) |
Definition at line 32 of file XrdClForkHandler.cc.
| void XrdCl::ForkHandler::Child | ( | ) |
Handler the child post-fork.
Definition at line 102 of file XrdClForkHandler.cc.
References XrdCl::Log::Debug(), XrdCl::PostMaster::Finalize(), XrdCl::DefaultEnv::GetLog(), XrdCl::PostMaster::GetTaskManager(), XrdCl::PostMaster::Initialize(), XrdCl::TaskManager::RegisterTask(), XrdCl::PostMaster::Start(), XrdCl::FileTimer::UnLock(), XrdSysMutex::UnLock(), and XrdCl::UtilityMsg.
Referenced by child().
Here is the call graph for this function:
Here is the caller graph for this function:| void XrdCl::ForkHandler::Parent | ( | ) |
Handle the parent post-fork.
Definition at line 72 of file XrdClForkHandler.cc.
References XrdCl::Log::Debug(), XrdCl::DefaultEnv::GetLog(), XrdCl::PostMaster::Start(), XrdCl::FileTimer::UnLock(), XrdSysMutex::UnLock(), and XrdCl::UtilityMsg.
Referenced by parent().
Here is the call graph for this function:
Here is the caller graph for this function:| void XrdCl::ForkHandler::Prepare | ( | ) |
Handle the preparation part of the forking process.
Definition at line 40 of file XrdClForkHandler.cc.
References XrdCl::Log::Debug(), XrdCl::DefaultEnv::GetLog(), XrdCl::FileTimer::Lock(), XrdSysMutex::Lock(), XrdCl::PostMaster::Stop(), and XrdCl::UtilityMsg.
Referenced by prepare().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Register a file object.
Definition at line 43 of file XrdClForkHandler.hh.
Referenced by XrdCl::FileStateHandler::FileStateHandler(), and XrdCl::FileStateHandler::FileStateHandler().
Here is the caller graph for this function:
|
inline |
Definition at line 61 of file XrdClForkHandler.hh.
Referenced by XrdCl::FileSystem::FileSystem().
Here is the caller graph for this function:
|
inline |
Definition at line 85 of file XrdClForkHandler.hh.
|
inline |
Register a post master object.
Definition at line 79 of file XrdClForkHandler.hh.
Referenced by XrdCl::DefaultEnv::GetPostMaster().
Here is the caller graph for this function:
|
inline |
Definition at line 52 of file XrdClForkHandler.hh.
Referenced by XrdCl::FileStateHandler::~FileStateHandler().
Here is the caller graph for this function:
|
inline |
Un-register a file system object.
Definition at line 70 of file XrdClForkHandler.hh.
Referenced by XrdCl::FileSystem::~FileSystem().
Here is the caller graph for this function: