This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: Calling other functions while concurrently calling exit?


On Sat, Sep 19, 2015 at 08:48:21AM +0200, Andreas Schwab wrote:
> "Carlos O'Donell" <carlos@redhat.com> writes:
> 
> > Is it spelled out anywhere in POSIX or ISO C that calling
> > other functions concurrently with exit is going to result
> > in undefined behaviour?
> 
> exit must be thread-safe, except that calling it more than once is
> undefined.
> 
Wait, we don't do sane thing and first cancel all other threads before doing anything?

How otherwise we would run tls destructors in context of correct thread?


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