$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [interprocess] condition variables and spurious wakeups
From: eg (egoots_at_[hidden])
Date: 2015-04-26 12:18:06
Hi,
I was hoping to get some clarification on whether the
boost::interprocess library implementation of condition variables is
susceptible to spurious wake ups.
Most other library implementations (pthreads, boost::thread,
std::thread) seem to be and are documented as such.
I couldn't find any mention in the interprocess documentation nor find
anything definitive in my google searching.
Thanks in advance,
Ed