$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Thomasson (cristom_at_[hidden])
Date: 2006-10-30 04:56:44
"Roland Schwarz" <roland.schwarz_at_[hidden]> wrote in message
news:4544CC77.9060009_at_chello.at...
> Triggered by the question how to do
> static initialization of a mutex, I
> tried to write one that is.
[...]
FWIW, here is a fairly useful technique for augmenting some POSIX mutex
implementations' with dynamic initialization and full POSIX safety
characteristics:
http://groups.google.com/group/comp.programming.threads/browse_frm/thread/f28308f5e7188bb4
I thought you may be interested...