OSDN Git Service

Dump mutator lock for thread suspend timeout
authorMathieu Chartier <mathieuc@google.com>
Wed, 8 Oct 2014 19:17:44 +0000 (12:17 -0700)
committerMathieu Chartier <mathieuc@google.com>
Wed, 8 Oct 2014 21:04:03 +0000 (14:04 -0700)
commitf924d2381a5ea53967ba1e279766d601b9be05ea
tree3ba4984a60d1a06cfded3e00c60e44330054a35f
parent21b45c88759f04a178e6ee87c89f801cef7d88e1
Dump mutator lock for thread suspend timeout

Should help us see if thread suspend timeouts are due to someone
holding on the mutator lock for too long or if it is a missed
futex wake.

Bug: 17837911
Change-Id: I3417156a78f574076d5da17c86836c5a7c76084a
runtime/base/mutex.cc
runtime/thread_list.cc