Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


On 05/15/2013 11:40 AM, Norbert Thiebaud wrote:
I'm concerned about static variable in ure... and how to properly and
racelessly initialize it...

There's three options, at least for a POD variable that doesn't incur an atexit destructor:

* In environments where HAVE_THREADSAFE_STATICS (config_global.h) is guaranteed to be 1, just use a plain static variable.

* Otherwise, use the rtl/instance.hxx machinery.

* Or, for code in the sal library, add any necessary initialization to sal_detail_initialize.

Stephan

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.