$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Block Pointer] multithread help
From: Phil Bouchard (philippe_at_[hidden])
Date: 2011-05-12 20:38:42
On 5/12/2011 5:31 PM, Phil Bouchard wrote:
>
> The main class I am trying to protect with a mutex is block_header from:
> https://svn.boost.org/svn/boost/sandbox/block_ptr/boost/block_ptr.hpp
block_header is the header of the set. A set is a group of memory
blocks linked to the block_header.
-Phil