stldb::bounded_mutex_family
// In header: </Users/bobw/workspace/stldb_lib/stldb/sync/bounded_interprocess_mutex.h> struct bounded_mutex_family { // types typedef bounded_interprocess_mutex mutex_type; typedef bounded_interprocess_recursive_mutex recursive_mutex_type; typedef bounded_interprocess_upgradable_mutex upgradable_mutex_type; typedef boost::interprocess::interprocess_condition condition_type; };