Boost logo

Boost Users :

Subject: Re: [Boost-users] [Thread] TLS / locking ?
From: Klaim - Joël Lamotte (mjklaim_at_[hidden])
Date: 2013-11-24 13:09:37


My understanding is that the point of thread-local objects is to allow
avoiding any kind of locking
when you know that an object have to be called exclusively from a specific
thread and
that each thread using that object will have it's own copy.

So no there is no locking. However it is not clear if you are asking about
Boost.Thread thread-local
smart pointer utility, or C++11 thread_local language feature?



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net