commit | 21a5bf2dc8c9cb3fbe5a30a88d1149c328e3aaca | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Dec 07 14:35:20 2011 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Dec 07 14:51:26 2011 -0800 |
tree | 37c621c34570383e124d4302cbc72b4f142a2962 | |
parent | 4740cdff25875c530649a670b15e8ac52bfd7252 [diff] [blame] |
Detect over-long thread suspends and time out fatally. Bug: 5726434 Change-Id: Ib7d4429c2b195f59133bb6dc7f9072b705c53e82
diff --git a/src/runtime.h b/src/runtime.h index 1d9a3d1..80534c2 100644 --- a/src/runtime.h +++ b/src/runtime.h
@@ -119,6 +119,7 @@ void DetachCurrentThread(); void Dump(std::ostream& os); + void DumpLockHolders(std::ostream& os); ~Runtime();