$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Semaphores vs. condition_variable with valgrind/helgrind
From: Chris Stankevitz (chrisstankevitz_at_[hidden])
Date: 2012-08-11 22:07:02
On Sat, Aug 11, 2012 at 6:50 PM, Chris Stankevitz
<chrisstankevitz_at_[hidden]> wrote:
> Valgrind's tool "helgrind" is reporting false positives on my
> implentation of a semaphore due to my use of condition_variables.
This is not true. The "positives" that helgrind are reporting are not
from boost condition variables. I'll post here if I find out
something interesting about boost and helgrind.
Chris