#include <SemaphoreImplDarwin.h>

Public Member Functions | |
| virtual void | post () |
| SemaphoreImplDarwin (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 | ~SemaphoreImplDarwin () |
Private Attributes | |
| semaphore_t | m_semaphore |
Definition at line 37 of file icl_core_thread/SemaphoreImplDarwin.h.
| icl_core::thread::SemaphoreImplDarwin::SemaphoreImplDarwin | ( | size_t | initial_value | ) |
Definition at line 32 of file icl_core_thread/SemaphoreImplDarwin.cpp.
Definition at line 38 of file icl_core_thread/SemaphoreImplDarwin.cpp.
| void icl_core::thread::SemaphoreImplDarwin::post | ( | ) | [virtual] |
Implements icl_core::thread::SemaphoreImpl.
Definition at line 44 of file icl_core_thread/SemaphoreImplDarwin.cpp.
| bool icl_core::thread::SemaphoreImplDarwin::tryWait | ( | ) | [virtual] |
Implements icl_core::thread::SemaphoreImpl.
Definition at line 49 of file icl_core_thread/SemaphoreImplDarwin.cpp.
| bool icl_core::thread::SemaphoreImplDarwin::wait | ( | ) | [virtual] |
Implements icl_core::thread::SemaphoreImpl.
Definition at line 54 of file icl_core_thread/SemaphoreImplDarwin.cpp.
| bool icl_core::thread::SemaphoreImplDarwin::wait | ( | const icl_core::TimeSpan & | timeout | ) | [virtual] |
Implements icl_core::thread::SemaphoreImpl.
Definition at line 60 of file icl_core_thread/SemaphoreImplDarwin.cpp.
| bool icl_core::thread::SemaphoreImplDarwin::wait | ( | const icl_core::TimeStamp & | timeout | ) | [virtual] |
Implements icl_core::thread::SemaphoreImpl.
Definition at line 67 of file icl_core_thread/SemaphoreImplDarwin.cpp.
semaphore_t icl_core::thread::SemaphoreImplDarwin::m_semaphore [private] |
Definition at line 50 of file icl_core_thread/SemaphoreImplDarwin.h.