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

#include <SemaphoreImplLxrt33.h>

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

Public Member Functions

virtual void post ()
 
 SemaphoreImplLxrt33 (size_t initial_value)
 
virtual bool tryWait ()
 
virtual bool wait ()
 
virtual bool wait (const icl_core::TimeSpan &timeout)
 
virtual bool wait (const icl_core::TimeStamp &timeout)
 
virtual ~SemaphoreImplLxrt33 ()
 
- Public Member Functions inherited from icl_core::thread::SemaphoreImpl
virtual ~SemaphoreImpl ()
 

Private Attributes

sem_t * 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/SemaphoreImplLxrt33.h.

Constructor & Destructor Documentation

icl_core::thread::SemaphoreImplLxrt33::SemaphoreImplLxrt33 ( size_t  initial_value)

Definition at line 33 of file icl_core_thread/SemaphoreImplLxrt33.cpp.

icl_core::thread::SemaphoreImplLxrt33::~SemaphoreImplLxrt33 ( )
virtual

Definition at line 40 of file icl_core_thread/SemaphoreImplLxrt33.cpp.

Member Function Documentation

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

Member Data Documentation

sem_t* icl_core::thread::SemaphoreImplLxrt33::m_semaphore
private

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