SNMP++
3.3.11
|
#include <reentrant.h>
Public Member Functions | |
SnmpSynchronized () | |
virtual | ~SnmpSynchronized () |
void | lock () |
void | unlock () |
Public Attributes | |
pthread_mutex_t | _mutex |
Definition at line 50 of file reentrant.h.
SnmpSynchronized::SnmpSynchronized | ( | ) |
|
virtual |
void SnmpSynchronized::lock | ( | ) |
void SnmpSynchronized::unlock | ( | ) |
pthread_mutex_t SnmpSynchronized::_mutex |
Definition at line 61 of file reentrant.h.