Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct accept_ownership_type

boost::interprocess::accept_ownership_type — Type to indicate to a mutex lock constructor that the mutex is already locked.

Synopsis

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


struct accept_ownership_type {
};

PrevUpHomeNext