12#ifndef ROOT_TAtomicCountPthread
13#define ROOT_TAtomicCountPthread
15#ifndef ROOT_TAtomicCount
16# error This should be #included only by TAtomicCount.h. Please #include TAtomicCount.h.
55 pthread_mutex_init(&
fMutex, 0);
70 operator long()
const {
LockGuard(pthread_mutex_t &m)
TAtomicCount(const TAtomicCount &)=delete
TAtomicCount & operator=(const TAtomicCount &)=delete