ADTF  3.18.3
concurrency.h
Go to the documentation of this file.
1 
15 #ifndef A_UTIL_CONCURRENCY_HEADER_INCLUDED
16 #define A_UTIL_CONCURRENCY_HEADER_INCLUDED
17 
18 namespace a_util {
24 namespace concurrency {
30 namespace this_thread {
31 }
33 namespace detail {
34 }
35 } // namespace concurrency
40 namespace chrono {
41 }
42 } // namespace a_util
43 
51 
52 #endif // A_UTIL_CONCURRENCY_HEADER_INCLUDED
Public API for memoryBarrier function.
Public API for compatibility to C++11 <condition_variable>
Public API for fast_mutex type.
Public API for compatibility to C++11 <mutex>
Serves as the root component, with common functionality documented in core functionality.
Definition: base.h:24
Public API for semaphore type.
Public API for shared_mutex type.
Public API for compatibility to C++11 <thread>