$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-09-26 06:04:12
Roland Schwarz wrote:
> I did this because in Peters code I see a small chance that TlsFree
> could get into trouble. The on_process_exit could be called multiple
> times. E.g. from userland code before end of main _and_ from the
> tss callbacks. (Of course this could be easily cured by use of another
> once call.)
My original code didn't have TlsFree for this very reason. Anthony Williams
added it, arguing that on_process_exit is guaranteed to be called once.