A thread safe reference count
A thread safe reference count. The implementation is designed to use either VMutex or inline assembly when using GCC (for efficiency).
INLINE_ bool compare(int value)
INLINE_ void increment()
INLINE_ bool decrement()
CountSemaphore(const CountSemaphore&)
const CountSemaphore& operator=(const CountSemaphore&)
generated by doc++