commit | 56edc432fa914f7ccfa87ce443e64f5ef475666d | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Fri Jan 18 16:51:51 2013 -0800 |
committer | Ian Rogers <irogers@google.com> | Tue Jan 22 08:47:33 2013 -0800 |
tree | 4e05c32f3524043614a2f368a6d49f7f3bc24616 | |
parent | d75afb99f0c8b8a27ad84e2e31010383ecf72120 [diff] [blame] |
Support for contention logging with ART futexes. Remove dangerous postfix operators on AtomicInteger. Clean up the atomic stack. Factor nanosleep into a useful shared utils.h routine. Change-Id: I417a73007c23fe247f410f41b2fa41a717c22139
diff --git a/src/runtime.cc b/src/runtime.cc index 2416581..4cf7d97 100644 --- a/src/runtime.cc +++ b/src/runtime.cc
@@ -917,6 +917,7 @@ os << "\n"; thread_list_->DumpForSigQuit(os); + BaseMutex::DumpAll(os); } void Runtime::DumpLockHolders(std::ostream& os) {