Public Member Functions | Private Attributes | List of all members
icl_core::thread::MutexImplLxrt38 Class Reference

#include <MutexImplLxrt38.h>

Inheritance diagram for icl_core::thread::MutexImplLxrt38:
Inheritance graph
[legend]

Public Member Functions

virtual bool lock ()
 
virtual bool lock (const icl_core::TimeSpan &timeout)
 
virtual bool lock (const icl_core::TimeStamp &timeout)
 
 MutexImplLxrt38 ()
 
virtual bool tryLock ()
 
virtual void unlock ()
 
virtual ~MutexImplLxrt38 ()
 
- Public Member Functions inherited from icl_core::thread::MutexImpl
virtual ~MutexImpl ()
 

Private Attributes

SemaphoreImplLxrt38 m_sem
 

Additional Inherited Members

- Protected Member Functions inherited from icl_core::Noncopyable
 Noncopyable ()
 
virtual ~Noncopyable ()
 

Detailed Description

Definition at line 40 of file MutexImplLxrt38.h.

Constructor & Destructor Documentation

icl_core::thread::MutexImplLxrt38::MutexImplLxrt38 ( )

Definition at line 38 of file MutexImplLxrt38.cpp.

icl_core::thread::MutexImplLxrt38::~MutexImplLxrt38 ( )
virtual

Definition at line 43 of file MutexImplLxrt38.cpp.

Member Function Documentation

bool icl_core::thread::MutexImplLxrt38::lock ( )
virtual

Implements icl_core::thread::MutexImpl.

Definition at line 47 of file MutexImplLxrt38.cpp.

bool icl_core::thread::MutexImplLxrt38::lock ( const icl_core::TimeSpan timeout)
virtual

Implements icl_core::thread::MutexImpl.

Definition at line 52 of file MutexImplLxrt38.cpp.

bool icl_core::thread::MutexImplLxrt38::lock ( const icl_core::TimeStamp timeout)
virtual

Implements icl_core::thread::MutexImpl.

Definition at line 57 of file MutexImplLxrt38.cpp.

bool icl_core::thread::MutexImplLxrt38::tryLock ( )
virtual

Implements icl_core::thread::MutexImpl.

Definition at line 62 of file MutexImplLxrt38.cpp.

void icl_core::thread::MutexImplLxrt38::unlock ( )
virtual

Implements icl_core::thread::MutexImpl.

Definition at line 67 of file MutexImplLxrt38.cpp.

Member Data Documentation

SemaphoreImplLxrt38 icl_core::thread::MutexImplLxrt38::m_sem
private

Definition at line 53 of file MutexImplLxrt38.h.


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


fzi_icl_core
Author(s):
autogenerated on Mon Jun 10 2019 13:17:59