ADTF  3.18.3
semaphore.h File Reference

Public API for semaphore type. More...

Go to the source code of this file.

Namespaces

 a_util
 Serves as the root component, with common functionality documented in core functionality.
 
 a_util::concurrency
 Serves as component for concurrency handling, mainly but not exclusively for code compatibility to standard thread support.
 

Typedefs

typedef detail::basic_semaphore< std::mutex, std::condition_variable > semaphore
 Default semaphore using std::mutex and std::condition_variable
 

Detailed Description

Public API for semaphore type.

Definition in file semaphore.h.