$include_dir="/home/hyper-archives/threads-devel/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Threads-devel] differences boost and posix using TLS
From: Thomas Behler (T.Behler_at_[hidden])
Date: 2009-02-02 10:26:33
Hello,
i am trying to migrate a project which uses posix threads up to using zhe
boost library.
I still haven't figured out the great differences in using the tread local
storage.
In posix the tread local memory is stored using keys (set / get
functions).
How this is implemented in BOOST ?
Greetings
Thomas