24#include <core/exceptions/software.h>
25#include <core/threading/mutex.h>
26#include <core/utils/refcount.h>
51 ref_mutex =
new Mutex();
Mutex mutual exclusion lock.
void lock()
Lock this mutex.
void unlock()
Unlock the mutex.
void unref()
Decrement reference count and conditionally delete this instance.
void ref()
Increment reference count.
unsigned int refcount()
Get reference count for this instance.
virtual ~RefCount()
Destructor.
Fawkes library namespace.