Public Member Functions | |
SystemMutexPrivate () | |
~SystemMutexPrivate () | |
void | Lock (void) |
void | Unlock (void) |
Private Attributes | |
pthread_mutex_t | m_mutex |
Definition at line 34 of file unix-system-mutex.cc.
ns3::SystemMutexPrivate::SystemMutexPrivate | ( | ) |
Definition at line 45 of file unix-system-mutex.cc.
References m_mutex, and NS_LOG_FUNCTION.
ns3::SystemMutexPrivate::~SystemMutexPrivate | ( | ) |
Definition at line 68 of file unix-system-mutex.cc.
References m_mutex, and NS_LOG_FUNCTION.
void ns3::SystemMutexPrivate::Lock | ( | void | ) |
Definition at line 75 of file unix-system-mutex.cc.
References m_mutex, NS_FATAL_ERROR, and NS_LOG_FUNCTION.
Referenced by ns3::SystemMutex::Lock().
void ns3::SystemMutexPrivate::Unlock | ( | void | ) |
Definition at line 89 of file unix-system-mutex.cc.
References m_mutex, NS_FATAL_ERROR, and NS_LOG_FUNCTION.
Referenced by ns3::SystemMutex::Unlock().
|
private |
Definition at line 42 of file unix-system-mutex.cc.
Referenced by Lock(), SystemMutexPrivate(), Unlock(), and ~SystemMutexPrivate().