Public Member Functions | |
mutex () | |
void | lock () |
void | unlock () |
~mutex () | |
Private Member Functions | |
mutex (const mutex &) | |
const mutex & | operator= (const mutex &) |
Private Attributes | |
pthread_mutex_t | repr |
tls_tunnel::mutex::mutex | ( | ) | [inline] |
References repr.
tls_tunnel::mutex::~mutex | ( | ) | [inline] |
References repr.
tls_tunnel::mutex::mutex | ( | const mutex & | ) | [private] |
void tls_tunnel::mutex::lock | ( | ) | [inline] |
References repr.
void tls_tunnel::mutex::unlock | ( | ) | [inline] |
References repr.
pthread_mutex_t tls_tunnel::mutex::repr [private] |