terminate handler global or per thread?

Brendan Miller catphive@catphive.net
Fri Aug 21 22:26:00 GMT 2009


Thanks!

On Fri, Aug 21, 2009 at 2:29 PM, Ian Lance Taylor<iant@google.com> wrote:
> 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
>



More information about the Libstdc++ mailing list