#include <cstdint>
#include <mutex>
#include <pthread.h>
#include "uhal/ClientInterface.hpp"
#include "uhal/log/exception.hpp"
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 |