Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct control_word_t

boost::interprocess::interprocess_upgradable_mutex::control_word_t

Synopsis

// In header: <boost/interprocess/sync/interprocess_upgradable_mutex.hpp>



struct control_word_t {
  unsigned exclusive_in;
  unsigned upgradable_in;
  unsigned num_upr_shar;
};

PrevUpHomeNext