#include <fast_mutex.h>
Collaboration diagram for fast_mutex:
Public Member Functions | |
fast_mutex () | |
~fast_mutex () | |
void | lock () |
void | unlock () |
This is the implementation for POSIX threads.
fast_mutex::fast_mutex | ( | ) | [inline] |
fast_mutex::~fast_mutex | ( | ) | [inline] |
void fast_mutex::lock | ( | ) | [inline] |
void fast_mutex::unlock | ( | ) | [inline] |