#include <SePlatform.h>
Public Member Functions | |
_Mutex () | |
~_Mutex () | |
void | lock () |
void | unlock () |
Private Attributes | |
pthread_mutex_t | _mutex |
Definition at line 106 of file SePlatform.h.
SeExprInternal::_Mutex::_Mutex | ( | ) | [inline] |
Definition at line 108 of file SePlatform.h.
References _mutex.
SeExprInternal::_Mutex::~_Mutex | ( | ) | [inline] |
Definition at line 109 of file SePlatform.h.
References _mutex.
void SeExprInternal::_Mutex::lock | ( | ) | [inline] |
Definition at line 110 of file SePlatform.h.
References _mutex.
void SeExprInternal::_Mutex::unlock | ( | ) | [inline] |
Definition at line 111 of file SePlatform.h.
References _mutex.
pthread_mutex_t SeExprInternal::_Mutex::_mutex [private] |