libfoedus-core
FOEDUS Core Library
shared_mutex.hpp File Reference
#include <pthread.h>
#include <stdint.h>
#include "foedus/cxx11.hpp"
Include dependency graph for shared_mutex.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  foedus::soc::SharedMutex
 A mutex that can be placed in shared memory and used from multiple processes. More...
 
class  foedus::soc::SharedMutexScope
 Auto-lock scope object for SharedMutex. More...
 

Namespaces

 foedus
 Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
 
 foedus::soc
 System On Chip (SOC) and interprocess communication (IPC).