ADTF  3.18.3
mutex.h
Go to the documentation of this file.
1 
17 #ifndef A_UTIL_UTIL_CONCURRENCY_MUTEX_HEADER_INCLUDED
18 #define A_UTIL_UTIL_CONCURRENCY_MUTEX_HEADER_INCLUDED
19 
20 #include <mutex>
21 
22 namespace a_util {
23 namespace concurrency {
28 using std::mutex;
33 using std::recursive_mutex;
38 using std::unique_lock;
39 
40 } // namespace concurrency
41 } // namespace a_util
42 
43 #endif // A_UTIL_UTIL_CONCURRENCY_MUTEX_HEADER_INCLUDED
Serves as the root component, with common functionality documented in core functionality.
Definition: base.h:24