Go to the documentation of this file. 8 #ifndef DXLE_INC_THREAD_HPP_ 9 #define DXLE_INC_THREAD_HPP_ 12 #if defined(__c2__) && __clang_major__ == 3 && __clang_minor__ == 8 23 #define DXLE_GET_LOCK(mtx) std::lock_guard<decltype(mtx)> lock(mtx); 24 #define DXLE_NOEXCEPT_OR_NOTHROW_SINGLE 26 #define DXLE_GET_LOCK(mtx) 27 #define DXLE_NOEXCEPT_OR_NOTHROW_SINGLE DXLE_NOEXCEPT_OR_NOTHROW