OSDN Git Service

Dump mutator lock for thread suspend timeout
authorMathieu Chartier <mathieuc@google.com>
Wed, 8 Oct 2014 21:26:23 +0000 (14:26 -0700)
committerMathieu Chartier <mathieuc@google.com>
Wed, 8 Oct 2014 21:26:23 +0000 (14:26 -0700)
commit5869a2c27ee0dbd7b420614c76ff14a706f0c5fb
tree39bb17a7ae4a4d6c1db99d1a5e07ede899da0aec
parentf1f05d303988a5c071c87b760056be8358276c94
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.

(cherry picked from commit f924d2381a5ea53967ba1e279766d601b9be05ea)

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