Public Member Functions | |
void | Recycle () |
XrdOfsHanPsc () | |
~XrdOfsHanPsc () | |
Static Public Member Functions | |
static XrdOfsHanPsc * | Alloc () |
Public Attributes | |
union { | |
XrdOfsHanPsc * Next | |
char * User | |
}; | |
XrdOfsHanXpr * | xprP |
int | Unum |
short | Ulen |
short | Uhst |
short | Mode |
Static Private Attributes | |
static XrdSysMutex | pscMutex |
static XrdOfsHanPsc * | Free |
Definition at line 106 of file XrdOfsHandle.cc.
XrdOfsHanPsc::XrdOfsHanPsc | ( | ) | [inline] |
Definition at line 125 of file XrdOfsHandle.cc.
XrdOfsHanPsc::~XrdOfsHanPsc | ( | ) | [inline] |
Definition at line 127 of file XrdOfsHandle.cc.
XrdOfsHanPsc * XrdOfsHanPsc::Alloc | ( | ) | [static] |
Definition at line 506 of file XrdOfsHandle.cc.
References Free, XrdSysMutex::Lock(), Next, pscMutex, and XrdSysMutex::UnLock().
Referenced by XrdOfsHandle::PoscSet().
void XrdOfsHanPsc::Recycle | ( | ) |
Definition at line 524 of file XrdOfsHandle.cc.
References XrdOfsHanXpr::Deref(), Free, free(), XrdSysMutex::Lock(), Mode, Next, pscMutex, Uhst, Ulen, XrdSysMutex::UnLock(), Unum, User, and xprP.
Referenced by XrdOfsHandle::PoscGet(), and XrdOfsHandle::Retire().
char* XrdOfsHanPsc::User |
Definition at line 112 of file XrdOfsHandle.cc.
Referenced by XrdOfsHandle::PoscSet(), XrdOfsHandle::PoscUsr(), and Recycle().
union { ... } |
Definition at line 114 of file XrdOfsHandle.cc.
Referenced by XrdOfsHandle::PoscGet(), Recycle(), XrdOfsHandle::Retire(), and XrdOfsHandle::StartXpr().
Definition at line 115 of file XrdOfsHandle.cc.
Referenced by XrdOfsHandle::PoscGet(), XrdOfsHandle::PoscSet(), and Recycle().
Definition at line 116 of file XrdOfsHandle.cc.
Referenced by XrdOfsHandle::PoscSet(), and Recycle().
Definition at line 117 of file XrdOfsHandle.cc.
Referenced by XrdOfsHandle::PoscSet(), and Recycle().
Definition at line 118 of file XrdOfsHandle.cc.
Referenced by XrdOfsHandle::PoscGet(), XrdOfsHandle::PoscSet(), and Recycle().
XrdSysMutex XrdOfsHanPsc::pscMutex [static, private] |
XrdOfsHanPsc * XrdOfsHanPsc::Free [static, private] |