| library: libThread #include "TAtomicCount.h" |

| TAtomicCount(Long_t v) | |
| ~TAtomicCount() | |
| Long_t | Get() const |
| long | operator long() const |
| void | operator++() |
| Long_t | operator--() |
| void | Set(Long_t v) |
| TAtomicCount(const TAtomicCount&) | |
| TAtomicCount& | operator=(const TAtomicCount&) |
| Long_t | fCnt | counter |