aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/pthread_debug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the broken pthread deadlock prediction.Elliott Hughes2014-05-141-717/+0
* Switch to g_ for globals.Elliott Hughes2014-05-141-33/+33
* Fix compilation of crtbegin.c and pthread_debug.cpp.Elliott Hughes2013-12-181-17/+20
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-3/+2
* Clean up internal libc logging.Elliott Hughes2013-03-151-3/+1
* __progname should be const char*, not char*.Elliott Hughes2013-02-071-1/+1
* Don't collect useless stack frames; do demangle C++ symbols.Elliott Hughes2013-01-291-16/+6
* More debug malloc fixes.Elliott Hughes2013-01-251-8/+8
* Add missing extern "C".Elliott Hughes2013-01-221-2/+2
* Fix the duplication in the debugging code.Elliott Hughes2013-01-181-0/+727