xrootd
Loading...
Searching...
No Matches
Classes | Macros
XrdOucStats.hh File Reference
#include "XrdSys/XrdSysAtomics.hh"
Include dependency graph for XrdOucStats.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XrdOucStats
 

Macros

#define _statsADD(x, y)   statsMutex.Lock(); x+=y; statsMutex.UnLock()
 
#define _statsINC(x)   statsMutex.Lock(); x++; statsMutex.UnLock()
 

Macro Definition Documentation

◆ _statsADD

#define _statsADD (   x,
 
)    statsMutex.Lock(); x+=y; statsMutex.UnLock()

◆ _statsINC

#define _statsINC (   x)    statsMutex.Lock(); x++; statsMutex.UnLock()