summaryrefslogtreecommitdiff
path: root/src/cxa_exception_storage.cpp
AgeCommit message (Expand)Author
2014-09-05s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...Jonathan Roelofs
2014-05-06On single threaded systems, turn mutexes into nopsJonathan Roelofs
2014-02-12[libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs
2013-02-15Bruce Mitchener: Typo fixes.Howard Hinnant
2012-01-30Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant
2012-01-25Add comment documenting extension behavior of __cxa_get_globals_fast().Howard Hinnant
2012-01-24By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant
2012-01-23A lot of the code in cxa_exception.cpp depends on __cxa_get_globals_fast() re...Howard Hinnant
2011-08-02use abort_message() for pthread errors in __cxa_get_globalsNick Kledzik
2011-07-20Exception handling stuctures, and thread-local variables for exception handlingMarshall Clow