Public Member Functions | |
pthread_scoped_lock (pthread_mutex_t *mutex) | |
void | unlock () |
~pthread_scoped_lock () | |
Private Attributes | |
pthread_mutex_t * | mutex_ |
Definition at line 28 of file FRIComm.cc.
pthread_scoped_lock::pthread_scoped_lock | ( | pthread_mutex_t * | mutex | ) | [inline] |
Definition at line 31 of file FRIComm.cc.
pthread_scoped_lock::~pthread_scoped_lock | ( | ) | [inline] |
Definition at line 32 of file FRIComm.cc.
void pthread_scoped_lock::unlock | ( | void | ) | [inline] |
Definition at line 33 of file FRIComm.cc.
pthread_mutex_t* pthread_scoped_lock::mutex_ [private] |
Definition at line 35 of file FRIComm.cc.