STLdb

PrevUpHomeNext

Class bounded_interprocess_recursive_mutex

stldb::bounded_interprocess_recursive_mutex

Synopsis

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


class bounded_interprocess_recursive_mutex :
  public boost::interprocess::interprocess_recursive_mutex
{
public:
  // construct/copy/destruct
  bounded_interprocess_recursive_mutex();

  // public member functions
  void lock();
};

Description

bounded_interprocess_recursive_mutex public construct/copy/destruct

  1. bounded_interprocess_recursive_mutex();

bounded_interprocess_recursive_mutex public member functions

  1. void lock();

PrevUpHomeNext