STLdb

PrevUpHomeNext

Global bounded_mutex_timeout

stldb::bounded_mutex_timeout

Synopsis

// In header: </Users/bobw/workspace/stldb_lib/stldb/sync/bounded_interprocess_mutex.h>

boost::posix_time::time_duration BOOST_STLDB_DECL bounded_mutex_timeout;

Description

The following public global defines the maximum wait time which applies to the two mutex types below. So the maximum wait is a process-wide setting, applying to all instances of bounded_interprocess_mutex without distinction.


PrevUpHomeNext