$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jason Hise (chaos_at_[hidden])
Date: 2005-09-12 18:51:16
How does call_once work? Does it maintain a separate mutex for each
unique function pointer passed in, or is there only one global mutex
shared by all calls to call_once? In other words, can call_once(foo,
flag) block call_once(bar, flag2)?
-Jason