summaryrefslogtreecommitdiffstats
path: root/src/DeadlockDetect.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.Samuel Barney2014-03-251-0/+2
* Fixed unessicary returnTycho2014-03-151-1/+0
* added abort to DeadlockDetector to generate core dumps on failureTycho Bickerstaff2013-12-101-5/+2
* DeadlockDetect is configurable now.madmaxoft2013-11-301-2/+4
* Moved source to srcAlexander Harkness2013-11-241-0/+147