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

#include <SemaphoreImplLxrt38.h>

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

Public Member Functions

virtual void post ()
 
 SemaphoreImplLxrt38 (size_t initial_value, int type=CNT_SEM)
 
virtual bool tryWait ()
 
virtual bool wait ()
 
virtual bool wait (const icl_core::TimeSpan &timeout)
 
virtual bool wait (const icl_core::TimeStamp &timeout)
 
virtual ~SemaphoreImplLxrt38 ()
 
- Public Member Functions inherited from icl_core::thread::SemaphoreImpl
virtual ~SemaphoreImpl ()
 

Private Attributes

SEM * m_semaphore
 

Additional Inherited Members

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

Detailed Description

Definition at line 37 of file icl_core_thread/SemaphoreImplLxrt38.h.

Constructor & Destructor Documentation

icl_core::thread::SemaphoreImplLxrt38::SemaphoreImplLxrt38 ( size_t  initial_value,
int  type = CNT_SEM 
)

Definition at line 31 of file icl_core_thread/SemaphoreImplLxrt38.cpp.

icl_core::thread::SemaphoreImplLxrt38::~SemaphoreImplLxrt38 ( )
virtual

Definition at line 37 of file icl_core_thread/SemaphoreImplLxrt38.cpp.

Member Function Documentation

void icl_core::thread::SemaphoreImplLxrt38::post ( )
virtual
bool icl_core::thread::SemaphoreImplLxrt38::tryWait ( )
virtual
bool icl_core::thread::SemaphoreImplLxrt38::wait ( )
virtual
bool icl_core::thread::SemaphoreImplLxrt38::wait ( const icl_core::TimeSpan timeout)
virtual
bool icl_core::thread::SemaphoreImplLxrt38::wait ( const icl_core::TimeStamp timeout)
virtual

Member Data Documentation

SEM* icl_core::thread::SemaphoreImplLxrt38::m_semaphore
private

Definition at line 50 of file icl_core_thread/SemaphoreImplLxrt38.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