6 #ifndef SHAREDMEMORYSCOPEDLOCK_HPP_INCLUDE
7 #define SHAREDMEMORYSCOPEDLOCK_HPP_INCLUDE
26 pthread_mutex_t *m_mutex;
An object used to automatically hold a SharedMemory mutex while in scope, and release it when out of ...
Definition: SharedMemoryScopedLock.hpp:18
SharedMemoryScopedLock(const SharedMemoryScopedLock &other)=delete
SharedMemoryScopedLock & operator=(const SharedMemoryScopedLock &other)=delete
SharedMemoryScopedLock()=delete
#define GEOPM_PUBLIC
Definition: geopm_public.h:10