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

#include <SemaphoreImplLxrt35.h>

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

Public Member Functions

virtual void post ()
 
 SemaphoreImplLxrt35 (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 ~SemaphoreImplLxrt35 ()
 
- 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/SemaphoreImplLxrt35.h.

Constructor & Destructor Documentation

icl_core::thread::SemaphoreImplLxrt35::SemaphoreImplLxrt35 ( size_t  initial_value)

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

icl_core::thread::SemaphoreImplLxrt35::~SemaphoreImplLxrt35 ( )
virtual

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

Member Function Documentation

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

Member Data Documentation

sem_t* icl_core::thread::SemaphoreImplLxrt35::m_semaphore
private

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