#include <XrdPosixStats.hh>
Definition at line 38 of file XrdPosixStats.hh.
◆ XrdPosixStats::PosixStats
struct XrdPosixStats::PosixStats |
Definition at line 42 of file XrdPosixStats.hh.
Class Members |
long long |
CloseErrs |
|
long long |
Closes |
|
long long |
OpenErrs |
|
long long |
Opens |
|
◆ XrdPosixStats()
XrdPosixStats::XrdPosixStats |
( |
| ) |
|
|
inline |
◆ ~XrdPosixStats()
XrdPosixStats::~XrdPosixStats |
( |
| ) |
|
|
inline |
◆ Add()
void XrdPosixStats::Add |
( |
long long & | Dest, |
|
|
long long | Val ) |
|
inline |
Definition at line 56 of file XrdPosixStats.hh.
57 {sMutex.Lock(); Dest += Val; sMutex.UnLock();}
◆ Count()
void XrdPosixStats::Count |
( |
long long & | Dest | ) |
|
|
inline |
◆ Get()
◆ Lock()
void XrdPosixStats::Lock |
( |
| ) |
|
|
inline |
◆ Set()
void XrdPosixStats::Set |
( |
long long & | Dest, |
|
|
long long | Val ) |
|
inline |
Definition at line 62 of file XrdPosixStats.hh.
63 {sMutex.Lock(); Dest = Val; sMutex.UnLock();}
◆ UnLock()
void XrdPosixStats::UnLock |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: