Home | Libraries | People | FAQ | More |
boost::interprocess::mutex_family
// In header: <boost/interprocess/sync/mutex_family.hpp> struct mutex_family { // types typedef boost::interprocess::interprocess_mutex mutex_type; typedef boost::interprocess::interprocess_recursive_mutex recursive_mutex_type; };
Describes interprocess_mutex family to use with Interprocess framework based on boost::interprocess synchronization objects.