24#ifndef _CORE_THREADING_MUTEX_LOCKER_H_
25#define _CORE_THREADING_MUTEX_LOCKER_H_
27#include <core/utils/refptr.h>
MutexLocker(RefPtr< Mutex > mutex, bool initially_lock=true)
Constructor.
~MutexLocker()
Destructor.
void relock()
Lock this mutex, again.
void unlock()
Unlock the mutex.
Mutex mutual exclusion lock.
RefPtr<> is a reference-counting shared smartpointer.
Fawkes library namespace.