|
Stxxl
1.4.0
|
#include <mutex.h>


Public Member Functions | |
| mutex () | |
| ~mutex () | |
| void | lock () |
| void | unlock () |
Private Attributes | |
| pthread_mutex_t | _mutex |
| stxxl::mutex::mutex | ( | ) | [inline] |
Definition at line 47 of file mutex.h.
References check_pthread_call.
| stxxl::mutex::~mutex | ( | ) | [inline] |
Definition at line 52 of file mutex.h.
References check_pthread_call, and stxxl_function_error.
| void stxxl::mutex::lock | ( | ) | [inline] |
Definition at line 63 of file mutex.h.
References check_pthread_call.
| void stxxl::mutex::unlock | ( | ) | [inline] |
Definition at line 67 of file mutex.h.
References check_pthread_call.
pthread_mutex_t stxxl::mutex::_mutex [private] |
1.7.6.1