This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: terminate handler global or per thread?


Brendan Miller <catphive@catphive.net> writes:

> Is the terminate handler normal static data or is it thread local? I'm
> using GCC 3.4 and also 4.3.

The terminate handler is a normal global variable.  It is not thread
local.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]