Public Member Functions | Private Attributes
CMutex Class Reference

Implementation of mutexes for synchronization. More...

#include <Mutex.h>

List of all members.

Public Member Functions

 CMutex ()
Threading::EMutexStatus Lock ()
Threading::EMutexStatus TryLock ()
Threading::EMutexStatus UnLock ()
 ~CMutex ()

Private Attributes

pthread_mutexattr_t m_MutexAttr
pthread_mutex_t m_PosixMutex

Detailed Description

Implementation of mutexes for synchronization.

Definition at line 69 of file Mutex.h.


Constructor & Destructor Documentation

Definition at line 56 of file Mutex.cpp.

Definition at line 66 of file Mutex.cpp.


Member Function Documentation

Definition at line 82 of file Mutex.cpp.

Definition at line 96 of file Mutex.cpp.

Definition at line 126 of file Mutex.cpp.


Member Data Documentation

pthread_mutexattr_t CMutex::m_MutexAttr [private]

Definition at line 93 of file Mutex.h.

pthread_mutex_t CMutex::m_PosixMutex [private]

Definition at line 92 of file Mutex.h.


The documentation for this class was generated from the following files:


asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Thu Jun 6 2019 21:46:58