This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

set_new_handler and threads


In the list of known bugs of the g++ compiler I'm missing
an entry about the thread safety.

For example:
The function std::set_new_handler uses a global variable __new_handler,
so it is not thread save. 
There are some such functions, 
std::set_unexpected, std::set_terminate, perhaps other.

-- 
Dr. Ryszard Kabatek

Sent through GMX FreeMail - http://www.gmx.net


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