STE-Industries: utilities testing
|
Go to the documentation of this file.
64 ~Mutex(
void) noexcept(
false);
75 void Lock(
void) noexcept(
false);
77 void Unlock(
void) noexcept(
false);
static constexpr unsigned int MUTEX_LOCK_OK
pthread_mutex_t MutexData
static constexpr unsigned int MUTEX_UNLOCK_OK
Mutex & operator=(const Mutex &thisMutex)=delete
static constexpr unsigned int MUTEX_DESTROY_OK
void Unlock(void) noexcept(false)
~Mutex(void) noexcept(false)
void Initialize(void) noexcept(false)
void Lock(void) noexcept(false)
void Finalize(void) noexcept(false)
static constexpr unsigned int MUTEX_INIT_OK