#include "common/common.h"
#include <pthread.h>
Go to the source code of this file.
Classes | |
class | smart_mutex |
class that automatically creates and destroys mutexes More... | |
class | mlock |
class that automatically locks and unlocks pthread mutexes To use mlocks in code:
| |
Typedefs | |
typedef pthread_mutex_t | mutex_t |
typedef pthread_mutex_t mutex_t |
Definition at line 44 of file smart_mutex.h.