mn_autounlock.hpp
Go to the documentation of this file.
1 
19 #ifndef _MINLIB_AUTO_UN_LOCK_H_
20 #define _MINLIB_AUTO_UN_LOCK_H_
21 
22 #include "mn_autolock.hpp"
23 
24 namespace mn {
29 
34 
39 
40  #if (MN_THREAD_CONFIG_RECURSIVE_MUTEX == MN_THREAD_CONFIG_YES)
41  //using autounremutx_t = basic_autounlock<remutex_t>;
42  #endif
43 
44 
46 }
47 
48 #endif
49 
Definition: mn_lock.hpp:175
Definition: mn_allocator_typetraits.hpp:25