μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs
RobustSessionMutex.hpp File Reference
#include <cstdint>
#include <mutex>
#include <pthread.h>
#include "uhal/ClientInterface.hpp"
#include "uhal/log/exception.hpp"
Include dependency graph for RobustSessionMutex.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  uhal::detail::RobustSessionMutex
 Exception class to handle errors from pthread mutex-related functions. More...
 

Namespaces

namespace  uhal
 
namespace  uhal::detail
 

Typedefs

typedef std::unique_lock< RobustSessionMutex > uhal::detail::ScopedSessionLock